Class TileHandlerHelper Extends VersionedMonoBehaviour

Public

Helper for navmesh cut objects.

A* Pro Feature:

This is an A* Pathfinding Project Pro feature only. This function/class/variable might not exist in the Free version of the A* Pathfinding Project or the functionality might be limited.
The Pro version can be bought here

Deprecated

Use AstarPath.navmeshUpdates instead

Public Methods

DiscardPending ()

Discards all pending updates caused by moved or modified navmesh cuts.

Public
ForceUpdate ()

Checks all NavmeshCut instances and updates graphs if needed.

Public
UseSpecifiedHandler (newHandler)

Use the specified handler, will create one at start if not called.

Public

Public Variables

updateInterval

How often to check if an update needs to be done (real seconds between checks).

Public

Private/Protected Members

Awake ()
Protected
OnUpgradeSerializedData (version, unityThread)

Handle serialization backwards compatibility.

Protected
Reset ()

Handle serialization backwards compatibility.

Protected