Version: 2017.2

NavMesh.RemoveNavMeshData

Cambiar al Manual
public static void RemoveNavMeshData (AI.NavMeshDataInstance handle);

Parámetros

handle The instance of a NavMesh to remove.

Descripción

Removes the specified NavMeshDataInstance from the game, making it unavailable for agents and queries.

Use the instance returned by AddNavMeshData to remove the corresponding NavMesh data.

See Also: NavMeshDataInstance.Remove.