Click or drag to resize

Node Constructor (Single, Single, Single)

Constructor.

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
)

Parameters

PositionX
Type: SystemSingle
X coordinate.
PositionY
Type: SystemSingle
Y coordinate.
PositionZ
Type: SystemSingle
Z coordinate.
See Also