Gets/Sets the geographical position of the node.
Namespace:
Pathfinding
Assembly:
RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax public Vector3 Position { get; set; }
Property Value
Type:
Vector3Exceptions Exception | Condition |
---|
ArgumentNullException | Cannot set the Position to null. |
See Also