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

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

A keyframe animation.

Methods

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

Constructs an Animation.

Returns the internal JSON item.

Returns the internal JSON index.

Extension specific data.

Optional application specific data.

An array of channels, each of which targets an animation's sampler at a node's property. Different channels of the same animation must not have equal targets.

An array of samplers that combine 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.