Adds a keyframe to the timeline.
The local position for the keyframe.
The local rotation for the keyframe.
The local scale for the keyframe.
The interpolation mode for the keyframe.
The time (milliseconds) for the keyframe in the timeline.
True if the keyframe was added, false otherwise.
The position for the keyframe at the specified index.
The keyframe index.
The local position.
Removes the keyframe at the specified time.
The time for the keyframe that should be removed.
True if the keyframe was removed, false otherwise.
The rotation for the keyframe at the specified index.
The keyframe index.
The local rotation.
The scale for the keyframe at the specified index.
The keyframe index.
The local scale.
Sets the interpolation mode for the keyframe at the specified index.
The keyframe index.
The interpolation mode.
True if the keyframe interpolation mode was changed, false otherwise.
The time for the keyframe at the specified index.
The keyframe index.
The time (milliseconds).
The interpolation mode for the keyframe at the specified index.
The keyframe index.
The interpolation mode.
Class representing a list of animation keyframes.