프로퍼티 | 타입 | 설명 | |
---|---|---|---|
nodeLock | object |
프로퍼티 | 타입 | 설명 | |
---|---|---|---|
PathfindingNodeManager | System |
메소드 | 설명 | |
---|---|---|
AddNode ( AStarCollisionMap.Pathfinding.PathfindingNode node ) : void |
Adds a node to the list.
|
|
ClearNodes ( ) : void |
Clears the nodes
|
|
GetInstance ( ) : |
Gets the instance of this PathfindingNodeManager.
|
|
GetNodeAt ( int i ) : AStarCollisionMap.Pathfinding.PathfindingNode |
Gets a node at a position in the array.
|
|
GetNodeCount ( ) : int |
Gets the node count.
|
|
RemoveNode ( AStarCollisionMap.Pathfinding.PathfindingNode node ) : void |
Removes a node
|
메소드 | 설명 | |
---|---|---|
PathfindingNodeManager ( ) : System |
public AddNode ( AStarCollisionMap.Pathfinding.PathfindingNode node ) : void | ||
node | AStarCollisionMap.Pathfinding.PathfindingNode | The node |
리턴 | void |
public static GetInstance ( ) : |
||
리턴 |
public GetNodeAt ( int i ) : AStarCollisionMap.Pathfinding.PathfindingNode | ||
i | int | |
리턴 | AStarCollisionMap.Pathfinding.PathfindingNode |
public RemoveNode ( AStarCollisionMap.Pathfinding.PathfindingNode node ) : void | ||
node | AStarCollisionMap.Pathfinding.PathfindingNode | |
리턴 | void |