Animation

An animation

Members

Functions

finalize
void finalize(Puppet puppet)

Finalizes the animation

onDeserialize
void onDeserialize(DataNode object, ModelState state)

Deserialization function

onSerialize
void onSerialize(DataNode object, bool recursive)

Serialization function

Variables

additive
bool additive;

Whether the animation is additive.

animationWeight
float animationWeight;

The weight of the animation

lanes
AnimationLane[] lanes;

All of the animation lanes in this animation

leadIn
int leadIn;

Time where the lead-in ends

leadOut
int leadOut;

Time where the lead-out starts

length
int length;

Length in frames

timestep
float timestep;

The timestep of each frame

Meta