Version: 2020.3
언어: 한국어

GameObjectUtility.GetNavMeshAreaFromName

매뉴얼로 전환
public static int GetNavMeshAreaFromName (string name);

파라미터

name NavMesh area name to query.

반환

int The NavMesh area index. If there is no NavMesh area with the requested name, the return value is -1.

설명

Get the navmesh area index from the area name.