Struct amethyst_animation::AnimationBundle [] [src]

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

Bundle for a complete animation setup including sampler interpolation and animation control.

This will also add SamplingBundle, because it is a dependency of this bundle.

Will add AnimationControlSystem with name animation_control_system.

Methods

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

[src]

Create a new animation bundle

[src]

Set dependencies for the AnimationControlSystem

Trait Implementations

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

[src]

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

impl<'a, 'b, 'c> ECSBundle<'a, 'b> for AnimationBundle<'c>
[src]

[src]

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