GraphAddNode Method (Node) |
Directly Adds a node to the graph.
Namespace:
Pathfinding
Assembly:
RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax public bool AddNode(
Node NewNode
)
Parameters
- NewNode
- Type: PathfindingNode
The node to add.
Return Value
Type:
Boolean'true' if it has actually been added / 'false' if the node is null or if it is already in the graph.
See Also