C# 클래스 AStarCollisionMap.Pathfinding.PathfindingNodeProcessor

파일 보기 프로젝트 열기: Wotuu/RTS_XNA_v2 1 사용 예제들

공개 메소드들

메소드 설명
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.

보호된 메소드들

메소드 설명
PathfindingNodeProcessor ( ) : System

비공개 메소드들

메소드 설명
FinishedProcessing ( ) : void

메소드 상세

GetInstance() 공개 정적인 메소드

public static GetInstance ( ) : PathfindingNodeProcessor
리턴 PathfindingNodeProcessor

PathfindingNodeProcessor() 보호된 메소드

protected PathfindingNodeProcessor ( ) : System
리턴 System

Process() 공개 메소드

Processes an item in the list
public Process ( ) : void
리턴 void

Push() 공개 메소드

Pushes a node onto the list.
public Push ( AStarCollisionMap.Pathfinding.PathfindingNode node ) : void
node AStarCollisionMap.Pathfinding.PathfindingNode The node to push.
리턴 void

Remove() 공개 메소드

Removes a node from the queue.
public Remove ( AStarCollisionMap.Pathfinding.PathfindingNode node ) : void
node AStarCollisionMap.Pathfinding.PathfindingNode
리턴 void