Click or drag to resize

Node Constructor (Single, Single, Single, Int32, Int32)

Namespace:  Pathfinding
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public Node(
	float PositionX,
	float PositionY,
	float PositionZ,
	int id,
	int[] dontconnect
)

Parameters

PositionX
Type: SystemSingle
PositionY
Type: SystemSingle
PositionZ
Type: SystemSingle
id
Type: SystemInt32
dontconnect
Type: SystemInt32
See Also