| Package | away3d.animators.nodes |
| Interface | public interface ISpriteSheetAnimationNode |
See also
| Property | Defined 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 | ||
| currentFrameData | property |
currentFrameData:SpriteSheetAnimationFrame [read-only] Returns the current SpriteSheetAnimationFrame of animation in the clip based on the internal playhead position.
public function get currentFrameData():SpriteSheetAnimationFrame| currentFrameNumber | property |
currentFrameNumber:uint [read-only] Returns the current frame number.
public function get currentFrameNumber():uint