GameObjectUtility.GetNavMeshAreaFromName
public static int GetNavMeshAreaFromName(string name);
Parameters
| name | NavMesh area name to query. |
Returns
int The NavMesh area index. If there is no NavMesh area with the requested name, the return value is -1.
Description 描述
Get the navmesh area index from the area name.