Property | Type | Description | |
---|---|---|---|
nodeLock | object |
Property | Type | Description | |
---|---|---|---|
PathfindingNodeManager | System |
Method | Description | |
---|---|---|
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
|
Method | Description | |
---|---|---|
PathfindingNodeManager ( ) : System |
public AddNode ( AStarCollisionMap.Pathfinding.PathfindingNode node ) : void | ||
node | AStarCollisionMap.Pathfinding.PathfindingNode | The node |
return | void |
public static GetInstance ( ) : |
||
return |
public GetNodeAt ( int i ) : AStarCollisionMap.Pathfinding.PathfindingNode | ||
i | int | |
return | AStarCollisionMap.Pathfinding.PathfindingNode |
public RemoveNode ( AStarCollisionMap.Pathfinding.PathfindingNode node ) : void | ||
node | AStarCollisionMap.Pathfinding.PathfindingNode | |
return | void |