C# Class AStarCollisionMap.Pathfinding.PathfindingNodeProcessor

Afficher le fichier Open project: Wotuu/RTS_XNA_v2 Class Usage Examples

Méthodes publiques

Méthode Description
GetInstance ( ) : PathfindingNodeProcessor
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éthodes protégées

Méthode Description
PathfindingNodeProcessor ( ) : System

Private Methods

Méthode Description
FinishedProcessing ( ) : void

Method Details

GetInstance() public static méthode

public static GetInstance ( ) : PathfindingNodeProcessor
Résultat PathfindingNodeProcessor

PathfindingNodeProcessor() protected méthode

protected PathfindingNodeProcessor ( ) : System
Résultat System

Process() public méthode

Processes an item in the list
public Process ( ) : void
Résultat void

Push() public méthode

Pushes a node onto the list.
public Push ( AStarCollisionMap.Pathfinding.PathfindingNode node ) : void
node AStarCollisionMap.Pathfinding.PathfindingNode The node to push.
Résultat void

Remove() public méthode

Removes a node from the queue.
public Remove ( AStarCollisionMap.Pathfinding.PathfindingNode node ) : void
node AStarCollisionMap.Pathfinding.PathfindingNode
Résultat void