[−][src]Trait amethyst_core::bundle::SystemBundle
A bundle of ECS components, resources and systems.
Required methods
fn build(
self,
world: &mut World,
dispatcher: &mut DispatcherBuilder<'a, 'b>
) -> Result<(), Error>
self,
world: &mut World,
dispatcher: &mut DispatcherBuilder<'a, 'b>
) -> Result<(), Error>
Build and add ECS resources, register components, add systems etc to the Application.