HasState(int, int)
Returns true if the state exists in this layer, false otherwise.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Method
- Namespace: UnityEngine.Animations
- Assembly: UnityEngine.AnimationModule
public bool HasState(int layerIndex, int stateID)
Parameters
Returns
Type | Description |
|---|---|
| bool | True if the state exists in this layer, false otherwise. |