Type Definition bevy_pbr::PbrBundle

source ·
pub type PbrBundle = MaterialMeshBundle<StandardMaterial>;
Expand description

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