Struct gltf::Animation [−][src]
pub struct Animation<'a> { /* fields omitted */ }
Expand description
A keyframe animation.
Implementations
Returns an Iterator
over the animation channels.
Each channel targets an animation’s sampler at a node’s property.
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
Auto Trait Implementations
impl<'a> RefUnwindSafe for Animation<'a>
impl<'a> UnwindSafe for Animation<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more