GetNavMeshAreaFromName(string)
Get the navmesh area index from the area name.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Method
- Namespace: UnityEditor
- Assembly: UnityEditor
public static int GetNavMeshAreaFromName(string name)
Parameters
NavMesh area name to query.
Returns
Type | Description |
|---|---|
| int | The NavMesh area index. If there is no NavMesh area with the requested name, the return value is -1. |