View source
interface ISpriteSheetAnimationState
package away3d.animators.states
extends IAnimationState
extended by SpriteSheetAnimationState
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.