Class PathProcessor
Public
Inner Types
Public Methods
Public Variables
IsUsingMultithreading
Returns whether or not multithreading is used.
Public
NumThreads
Number of parallel pathfinders.
Public
Public Events
OnPathPostSearch
Public
OnPathPreSearch
Public
OnQueueUnblocked
Public
Private/Protected Members
MarkerCalculatePath
Private
Static
Readonly
MarkerPreparePath
Private
Static
Readonly
astar
Private
Readonly
coroutineReceiver
Private
locks
Private
Readonly
multithreaded
Private
nextLockID
Private
pathHandlers
Private
queue
Internal
returnQueue
Private
Readonly
threadCoroutine
When no multithreading is used, the IEnumerator is stored here.
Private
threads
References to each of the pathfinding threads.
Private