Method group is Obsolete

GameObjectUtility.SetNavMeshArea

Obsolete SetNavMeshArea has been deprecated. To relate a GameObject to an area type, create a NavMeshBuildMarkup and pass it into UnityEngine.AI.NavMeshBuilder.CollectSources().

Declaration

public static void SetNavMeshArea(GameObject go, int areaIndex);

Parameters

go GameObject to modify.
areaIndex NavMesh area index to set.

Description

Set the navmesh area for the gameobject.


Did you find this page useful? Please give it a rating: