Version: 2023.2
언어: 한국어

NavMesh.RemoveAllNavMeshData

매뉴얼로 전환
public static void RemoveAllNavMeshData ();

설명

Removes all NavMesh surfaces and links from the game.

Unloads all surfaces and links that have been loaded from the Scene or added with AddNavMeshData or AddLink and frees all the internal resources associated with the NavMesh.

Additional resources: RemoveNavMeshData, RemoveLink.