public abstract class
AnimationData
Opaque container of animation data.
AnimationData contains a hierarchy of named values which change over time. ModelAnimator
can be used to control an AnimationData. SkeletonNode
can be used to expose the hierarchy as Node
s.
AnimationData
is packaged in a ModelRenderable
.
Public Constructors
Public Methods
abstract long |
getDurationMs()
Returns the duration of this
AnimationData in milliseconds. |
abstract String |
getName()
Returns the name for this
AnimationData . |