Click or drag to resize

Node Constructor (Vector3, Int32, ListInt32)

Namespace:  Pathfinding
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public Node(
	Vector3 location,
	int id,
	List<int> neighbors
)

Parameters

location
Type: Clio.UtilitiesVector3
id
Type: SystemInt32
neighbors
Type: System.Collections.GenericListInt32
See Also