Struct amethyst_core::transform::bundle::TransformBundle[][src]

pub struct TransformBundle<'a> { /* fields omitted */ }

Transform bundle

Will register transform components, and the TransformSystem. TransformSystem will be registered with name "transform_system".

Errors

No errors will be returned by this bundle.

Panics

Panics in TransformSystem registration if the bundle is applied twice in the same dispatcher.

Methods

impl<'a> TransformBundle<'a>
[src]

Create a new transform bundle

Set dependencies for the TransformSystem

Trait Implementations

impl<'a> Default for TransformBundle<'a>
[src]

Returns the "default value" for a type. Read more

impl<'a, 'b, 'c> SystemBundle<'a, 'b> for TransformBundle<'c>
[src]

Build and add ECS resources, register components, add systems etc to the Application.

Auto Trait Implementations

impl<'a> Send for TransformBundle<'a>

impl<'a> Sync for TransformBundle<'a>