SpriteFactory.Sprite.IsAnimationPlaying
C#: bool IsAnimationPlaying (string animationName)
JS: function IsAnimationPlaying (animationName : String) : bool
Description
Check if an animation playing by name.
Note: This is not affected by the pause state. This will return True if the animation is playing but playback is paused.
C#: bool IsAnimationPlaying (int animationIndex)
JS: function IsAnimationPlaying (animationIndex : int) : bool
Description
Check if an animation playing by index.
Note: This is not affected by the pause state. This will return True if the animation is playing but playback is paused.