Type Definition bevy::pbr::PbrBundle

pub type PbrBundle = MaterialMeshBundle<StandardMaterial>;
Expand description

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