Interface IPathHandlerProvider
Public
Allows overriding of the PathHandler.
If a component on the same GameObject as the AstarPath component implement this interface it will be queried for a new path handler instead of using the default one.
See
CooperativeContext
Public Methods
GetNewPathHandler
(threadID, totalThreadCount)
Creates a new path handler to use for pathfinding.
Public