Struct amethyst_animation::SamplingBundle [] [src]

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

Bundle for only the sampler interpolation.

Will add SamplerInterpolationSystem with name sampler_interpolation_system.

Methods

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

[src]

Create a new sampling bundle

[src]

Set dependencies for the SamplerInterpolationSystem

Trait Implementations

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

[src]

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

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

[src]

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