Keyframe

A keyframe is a data type that has a value and a time.

Constructors

this
this(float value, float time)

Creates a new keyframe.

Members

Variables

time
float time;

The current time.

value
float value;

The current value.

Meta