public class Animation
extends java.lang.Object
NodeAnimation
instances. Each
NodeAnimation animates a single Node
in the Model
. Every
NodeAnimation
is assumed to have the same amount of keyframes,
at the same timestamps, as all other node animations for faster keyframe
searches.Modifier and Type | Field and Description |
---|---|
float |
duration
the duration in seconds
|
java.lang.String |
id
the unique id of the animation
|
Array<NodeAnimation> |
nodeAnimations
the animation curves for individual nodes
|
Constructor and Description |
---|
Animation() |
public java.lang.String id
public float duration
public Array<NodeAnimation> nodeAnimations