AnimationHandleExtensions.Complete
Complete(AnimationHandle)
Moves the animation tied to this handle into its last update step. If the animation is set to loop, this call to Complete will also move the animation into its final iteration, even if the loop is technically infinite. The animation will then run for that final frame.
Declaration
public static void Complete(this AnimationHandle handle)
Parameters
Type | Name | Description |
---|---|---|
AnimationHandle | handle | The handle of the animation to complete |