Animation

A keyframe animation.

Constructors

this
this()
Undocumented in source.

Members

Variables

channels
AnimationChannel[] channels;

An array of animation channels. An animation channel combines an animation sampler with a target property being animated. Different channels of the same animation MUST NOT have the same targets.

name
string name;

The animation name.

samplers
AnimationSampler[] samplers;

An array of animation samplers. An animation sampler combines timestamps with a sequence of output values and defines an interpolation algorithm.

Meta