GameObjectUtility.GetNavMeshAreaFromName

Switch to Manual
public static int GetNavMeshAreaFromName (string name);

Parameters

name要查询的导航网格区域名称。

Returns

int 导航网格区域索引。如果没有带有所请求名称的导航网格区域,则返回值为 -1。

Description

从区域名称中获取导航网格区域索引。