GetLayerIndex(string)
Returns the index of the layer with the given name.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Method
- Namespace: UnityEngine
- Assembly: UnityEngine.AnimationModule
public int GetLayerIndex(string layerName)
Parameters
The layer name.
Returns
Type | Description |
|---|---|
| int | The layer index. |