AnimationHandleExtensions.Cancel
Cancel(AnimationHandle)
Immediately cancels all the animations in the animation chain tied to this handle. No more update steps will run. This is safe to call on invalid handles.
Declaration
public static void Cancel(this AnimationHandle handle)
Parameters
Type | Name | Description |
---|---|---|
AnimationHandle | handle | A handle in the animation chain to cancel |