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