Trait amethyst::ecs::world::Bundle [−]
pub trait Bundle {
fn add_to_world(self, world: &mut World);
}Trait used to bundle up resources/components for easy registration with World.
Required Methods
fn add_to_world(self, world: &mut World)
Add resources/components to world.