Method Play
Play()
Starts playing the animation.
public virtual bool Play()
Returns
- bool
true
if the animation started to play;false
otherwise.
Remarks
The animation is always played in loop mode (unless the last frame of the animation has an infinite delay time) and always start from the first frame even if you stopped it while some other frame was displayed.