Property | Type | Description | |
---|---|---|---|
DebugStringBuilder | System.Text.StringBuilder | ||
nodes | PathNode[][] | ||
threadID | int | ||
totalThreadCount | int |
Method | Description | |
---|---|---|
ClearPathIDs ( ) : void | ||
DestroyNode ( |
||
GetHeap ( ) : |
||
GetPathNode ( |
||
GetPathNode ( int nodeIndex ) : PathNode | ||
HeapEmpty ( ) : bool | ||
InitializeForPath ( |
||
InitializeNode ( |
||
PathHandler ( int threadID, int totalThreadCount ) : System.Collections.Generic | ||
PopNode ( ) : PathNode | ||
PushNode ( PathNode node ) : void | ||
RebuildHeap ( ) : void |
public GetPathNode ( |
||
node | ||
return | PathNode |
public GetPathNode ( int nodeIndex ) : PathNode | ||
nodeIndex | int | |
return | PathNode |
public InitializeNode ( |
||
node | ||
return | void |
public PathHandler ( int threadID, int totalThreadCount ) : System.Collections.Generic | ||
threadID | int | |
totalThreadCount | int | |
return | System.Collections.Generic |
public System.Text.StringBuilder DebugStringBuilder | ||
return | System.Text.StringBuilder |