Packageaway3d.animators.nodes
Interfacepublic interface ISpriteSheetAnimationNode

Provides an interface for animation node classes that hold animation data for use in the SpriteSheetAnimator class.

See also

away3d.animators.SpriteSheetAnimator


Public Properties
 PropertyDefined By
  currentFrameData : SpriteSheetAnimationFrame
[read-only] Returns the current SpriteSheetAnimationFrame of animation in the clip based on the internal playhead position.
ISpriteSheetAnimationNode
  currentFrameNumber : uint
[read-only] Returns the current frame number.
ISpriteSheetAnimationNode
Property Detail
currentFrameDataproperty
currentFrameData:SpriteSheetAnimationFrame  [read-only]

Returns the current SpriteSheetAnimationFrame of animation in the clip based on the internal playhead position.


Implementation
    public function get currentFrameData():SpriteSheetAnimationFrame
currentFrameNumberproperty 
currentFrameNumber:uint  [read-only]

Returns the current frame number.


Implementation
    public function get currentFrameNumber():uint