Click or drag to resize

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
C#
public Vector3[] PathByCoordinates { get; }

Property Value

Type: Vector3
Exceptions
ExceptionCondition
InvalidOperationExceptionYou cannot get a result unless the search has ended.
See Also