Animation

An animation

Members

Functions

deserializeFromFghj
SerdeException deserializeFromFghj(Fghj data)

Deserialization function

finalize
void finalize(Puppet puppet)

Finalizes the animation

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

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