NavPath
info
- This class is only available on LocalAvatarScripts and LocalScripts
A path as calculated by the navigation system.
Methods
| Method Name | Return Type | Parameters | Description |
|---|---|---|---|
| ClearCorners | void | none | Erase all corner points from the path |
Properties
| Property Name | Type | Description |
|---|---|---|
| Corners | float3[] | Corners of the path (Readonly) |
| Status | NavMeshPathStatus | Status of the path (Readonly) |