Node Constructor (Vector3, Int32, Int32) |
Namespace:
Pathfinding
Assembly:
RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax public Node(
Vector3 location,
int id,
int[] dontconnect
)
Parameters
- location
- Type: Clio.UtilitiesVector3
- id
- Type: SystemInt32
- dontconnect
- Type: SystemInt32
See Also