Trait bevy_ecs::bundle::DynamicBundle  
source · pub trait DynamicBundle { }Expand description
The parts from Bundle that don’t require statically knowing the components of the bundle.
pub trait DynamicBundle { }The parts from Bundle that don’t require statically knowing the components of the bundle.