An animation is a sequence of keyframe arrays which map to the nodes of a skeletal hierarchy. It controls how the nodes of the hierarchy are transformed over time.
Create a new Animation instance.
Duration of the animation in seconds.
Human-readable name of the animation.
A read-only property to get array of animation nodes.
Adds a node to the internal nodes array.
The node to add.
Gets a Node by name.
The name of the Node.
The Node with the specified name.
An animation is a sequence of keyframe arrays which map to the nodes of a skeletal hierarchy. It controls how the nodes of the hierarchy are transformed over time.