AnimationData

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 Nodes.

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.

Inherited Methods

Public Constructors

public AnimationData ()

Public Methods

public abstract long getDurationMs ()

Returns the duration of this AnimationData in milliseconds.

public abstract String getName ()

Returns the name for this AnimationData.