AnimationLane

Animation Lane

Members

Functions

deserializeFromFghj
SerdeException deserializeFromFghj(Fghj data)

Deserialization function

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

reconstruct
void reconstruct(Puppet puppet)
Undocumented in source. Be warned that the author may not have intended to support it.
serialize
void serialize(InochiSerializer serializer)

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
ParamMergeMode mergeMode;

Merging mode of the lane

paramRef
AnimationParameterRef* paramRef;

Reference to parameter if any

Meta