Path Type
A resolved path from start to goal (or a partial path under budget exhaustion).
Record fields
| Record Field |
Description
|
Full Usage:
EstimatedCost
Field type: float32
|
Total estimated traversal cost (sum of edge weights).
|
|
Completion status.
|
Full Usage:
Waypoints
Field type: (float32 * float32 * float32) array
|
Ordered world-coordinate waypoints, start → goal. Any two consecutive waypoints are connected by a straight line that is passable for the move type used to find this path.
|
FSBarV1_Archived