AnimationLane

Animation Lane

Members

Functions

finalize
void finalize(Puppet puppet)
Undocumented in source. Be warned that the author may not have intended to support it.
get
float get(float frame, bool snapSubframes)

Gets the interpolated state of a frame of animation for this lane

onDeserialize
void onDeserialize(DataNode object, ModelState state)

Deserialization function

onSerialize
void onSerialize(DataNode object, bool recursive)

Serialization function

updateFrames
void updateFrames()

Updates the order of the keyframes

Variables

frames
Keyframe[] frames;

List of frames in the lane

interpolation
InterpolateMode interpolation;

The interpolation between each frame in the lane

mergeMode
ParameterMergeMode mergeMode;

Merging mode of the lane

paramRef
AnimationParameterRef* paramRef;

Reference to parameter if any

Meta