Méthode | Description | |
---|---|---|
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.
|
Méthode | Description | |
---|---|---|
PathfindingNodeProcessor ( ) : System |
Méthode | Description | |
---|---|---|
FinishedProcessing ( ) : void |
public static GetInstance ( ) : |
||
Résultat |
protected PathfindingNodeProcessor ( ) : System | ||
Résultat | System |
public Push ( AStarCollisionMap.Pathfinding.PathfindingNode node ) : void | ||
node | AStarCollisionMap.Pathfinding.PathfindingNode | The node to push. |
Résultat | void |
public Remove ( AStarCollisionMap.Pathfinding.PathfindingNode node ) : void | ||
node | AStarCollisionMap.Pathfinding.PathfindingNode | |
Résultat | void |