SpriteFactory.Sprite.Pause
C#: void Pause ([float time = 0.0f])
JS: function Pause (time : float) : void
Description
Pause animation playback.
If time > 0, pause the animation for a certain amount of time.
If time == 0, pause the animation until manually unpaused.