AI-generated Key Takeaways
-
AnimationData is a container for animation data, including a hierarchy of named values that change over time.
-
ModelAnimator controls AnimationData, and SkeletonNode exposes the hierarchy as Nodes.
-
AnimationData is included within a ModelRenderable and has methods to get its duration and name.
-
This class provides access to animation data and its properties, allowing for control and manipulation of animations in a 3D scene.
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. |