Click or drag to resize

GraphAddNode Method (Vector3, Int32, Int32)

Creates a node, adds to the graph and returns its reference.

Namespace:  Pathfinding
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public Node AddNode(
	Vector3 xyz,
	int id,
	int[] ignore
)

Parameters

xyz
Type: Clio.UtilitiesVector3
id
Type: SystemInt32
Id of the node
ignore
Type: SystemInt32

Return Value

Type: Node
The reference of the new node / null if the node is already in the graph.
See Also