AStarzPathByCoordinates Property |
Gets the array of points representing the found path.
Namespace:
Pathfinding
Assembly:
RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax public Vector3[] PathByCoordinates { get; }
Property Value
Type:
Vector3Exceptions Exception | Condition |
---|
InvalidOperationException | You cannot get a result unless the search has ended. |
See Also