|
AnimationControllerPauseAnimation Method |
PauseAnimation method pauses the animation. After pausing the animation, the call to
GetFrameNumber method will return the frame number at the moment of pausing the animation.
To resume the animation call the
ResumeAnimation method.
Namespace: Ab3d.AnimationAssembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax public virtual void PauseAnimation()
See Also