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

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

A keyframe animation.

Methods

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

Returns the internal JSON index.

Optional application specific data.

Important traits for Channels<'a>

Returns an Iterator over the animation channels.

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

Optional user-defined name for this object.

Important traits for Samplers<'a>

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]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'a> Send for Animation<'a>

impl<'a> Sync for Animation<'a>