View source
interface ISpriteSheetAnimationNode
package away3d.animators.nodes
Available on all platforms
Provides an interface for animation node classes that hold animation data for use in the SpriteSheetAnimator class.
See also:
away3d.animators.SpriteSheetAnimator
Variables
read onlycurrentFrameData:SpriteSheetAnimationFrame
Returns the current SpriteSheetAnimationFrame of animation in the clip based on the internal playhead position.