51 void Set(
float time,
float value);
Represents a single keyframe in an animation.
void Set(float time, float value)
Sets the time and value of the keyframe.
float Value
The value of the keyframe.
float Time
The time of the keyframe.
KeyFrame()
Default constructor.