AnimationHandleExtensions.Pause
Pause(AnimationHandle)
Pauses the animation referenced by this handle in its current state. The animation can be resumed at a future time.
Declaration
public static void Pause(this AnimationHandle handle)
Parameters
Type | Name | Description |
---|---|---|
AnimationHandle | handle | The handle of the animation to pause |