Click or drag to resize

NodePosition Property

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
C#
public Vector3 Position { get; set; }

Property Value

Type: Vector3
Exceptions
ExceptionCondition
ArgumentNullExceptionCannot set the Position to null.
See Also