| Name | Description |
|---|---|
| sourcePosition | The initial postion of the path requested. |
| targetPosition | The final position of the path requested. |
| passableMask | A mask specifying which NavMesh layers can be passed when calculating a path. |
| path | The resulting path. |
boolean - True if a path is found.
Calculate a path between two points and store the resulting path.