Skip to main content

NavMeshDataInstance

The instance is returned when adding NavMesh data.

Members

Properties

NameDescription
NavMeshDataInstance.ownerGet or set the owning Object.
NavMeshDataInstance.validTrue if the NavMesh data is added to the navigation system - otherwise false (Read Only).

Methods

NameDescription
NavMeshDataInstance.Remove()Removes this instance from the NavMesh system.

Extra Detail

A valid NavMesh data instance is available to the navigation system. This means you can calculate paths etc. using that instance. You also need the instance if you want to remove the NavMesh data at a later time.