Struct amethyst_animation::VertexSkinningBundle[][src]

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

Bundle for vertex skinning

This registers VertexSkinningSystem. Note that the user must make sure this system runs after TransformSystem

Methods

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

Create a new sampling bundle

Set dependencies for the VertexSkinningSystem

Trait Implementations

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

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

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

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

Auto Trait Implementations

impl<'a> Send for VertexSkinningBundle<'a>

impl<'a> Sync for VertexSkinningBundle<'a>