AnimationObject

Description

Supported Script Types: Interface Scripts • Client Entity Scripts • Avatar Scripts • Server Entity Scripts • Assignment Client Scripts

Information about an animation resource, created by AnimationCache.getAnimation.

Properties

Name Type Summary
jointNames Array.<string>

The names of the joints that are animated. Read-only.

frames Array.<AnimationFrameObject>

The frames in the animation. Read-only.

Methods

Name Return Value Summary
getFrames Array.<AnimationFrameObject>

Gets the frames in the animation.

getJointNames Array.<string>

Gets the names of the joints that are animated.

Method Details

(static) getFrames( ) → {Array.<AnimationFrameObject>}
Returns: The frames in the animation.

Gets the frames in the animation.

(static) getJointNames( ) → {Array.<string>}
Returns: The names of the joints that are animated.

Gets the names of the joints that are animated.