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.
Object Safety§
This trait is not object safe.