AnimationHandleExtensions.IsComplete
IsComplete(AnimationHandle)
Indicates if an animation has run to completion
Declaration
public static bool IsComplete(this AnimationHandle handle)
Parameters
Type | Name | Description |
---|---|---|
AnimationHandle | handle | The handle of the animation to check for completion |
Returns
Type | Description |
---|---|
bool | true if the animation is no longer in the animation queue, meaning this will also return true for an animation handle that not been scheduled |