Struct gltf::animation::Animation [] [src]

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

A keyframe animation.

Methods

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

[src]

Returns the internal JSON index.

[src]

Optional application specific data.

[src]

Returns an Iterator over the animation channels.

Each channel targets an animation's sampler at a node's property.

[src]

Returns an Iterator over the animation samplers.

Each sampler combines input and output accessors with an interpolation algorithm to define a keyframe graph (but not its target).

Trait Implementations

impl<'a> Clone for Animation<'a>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<'a> Debug for Animation<'a>
[src]

[src]

Formats the value using the given formatter.