AStarCollisionMap.Pathfinding.PathfindingNodeProcessor.Remove C# (CSharp) Méthode

Remove() public méthode

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