Метод | Описание | |
---|---|---|
GetInstance ( ) : |
||
Process ( ) : void |
Processes an item in the list
|
|
Push ( AStarCollisionMap.Pathfinding.PathfindingNode node ) : void |
Pushes a node onto the list.
|
|
Remove ( AStarCollisionMap.Pathfinding.PathfindingNode node ) : void |
Removes a node from the queue.
|
Метод | Описание | |
---|---|---|
PathfindingNodeProcessor ( ) : System |
Метод | Описание | |
---|---|---|
FinishedProcessing ( ) : void |
public static GetInstance ( ) : |
||
Результат |
protected PathfindingNodeProcessor ( ) : System | ||
Результат | System |
public Push ( AStarCollisionMap.Pathfinding.PathfindingNode node ) : void | ||
node | AStarCollisionMap.Pathfinding.PathfindingNode | The node to push. |
Результат | void |
public Remove ( AStarCollisionMap.Pathfinding.PathfindingNode node ) : void | ||
node | AStarCollisionMap.Pathfinding.PathfindingNode | |
Результат | void |