Method Stop
Stop()
Stops this AnimatedSprite on the current frame.
public bool Stop()
Returns
- bool
true if this AnimatedSprite was successfully stopped; otherwise, false. This method returns false if this AnimatedSprite is not currently animating. If this method returns false, this also indicates that the OnAnimationEnd was not triggered.
Remarks
This will trigger the OnAnimationEnd action if one was set.