Struct GraphUpdateLock Extends IDisposable

Public

Prevents pathfinding from running while held.

Public Methods

Dispose ()
GraphUpdateLock (pathProcessor, block)
Release ()

Allow pathfinding to start running again if no other locks are still held.

Public Variables

Held

True while this lock is preventing the pathfinding threads from processing more paths.

Public
id
Public
pathProcessor
Public