NameToID(string)
Returns the id given the name. Will return 0 if an invalid name was given.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Method
- Namespace: UnityEngine
- Assembly: UnityEngine.CoreModule
public static int NameToID(string name)
Parameters
The name of the layer.
Returns
Type | Description |
|---|---|
| int | Returns the unique id of the layer with name. |