Node Constructor (Single, Single, Single, Int32, Int32) |
Namespace:
Pathfinding
Assembly:
RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax 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