Click or drag to resize
AB4D logo

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.Animation
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
public virtual void PauseAnimation()
See Also