A* Pathfinding Project  4.1.9
The A* Pathfinding Project for Unity 3D
IPathHandlerProvider Interface Reference

Allows overriding of the PathHandler. More...

Detailed Description

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 also
CooperativeContext

Public Member Functions

PathHandler GetNewPathHandler (int threadID, int totalThreadCount)
 Creates a new path handler to use for pathfinding. More...
 

Member Function Documentation

◆ GetNewPathHandler()

PathHandler GetNewPathHandler ( int  threadID,
int  totalThreadCount 
)

Creates a new path handler to use for pathfinding.

Implemented in CooperativeContext.


The documentation for this interface was generated from the following file: