Type Definition bevy::pbr::prelude::PbrBundle

pub type PbrBundle = MaterialMeshBundle<StandardMaterial>;
Expand description

A component bundle for PBR entities with a Mesh and a StandardMaterial.