Summary
Is the `clip` currently being played by at least one state in the specified layer?
- Assembly
- Animancer
.dll - Namespace
- Animancer
- Containing Type
- AnimancerGraph
Syntax
public bool IsPlayingClip(AnimationClip clip)
Remarks
This method is inefficient because it searches through every state,
unlike
Animancer.AnimancerGraph.IsPlaying(System.Object) which only checks the state registered using the specified key.
Parameters
| Name | Type | Description |
|---|---|---|
| clip | AnimationClip |
Return Value
| Type | Description |
|---|---|
| bool |