HasState(int, int)
Returns true if the state exists in this layer, false otherwise.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Method
- Namespace: UnityEngine
- 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. |