|
My Project v1
Project
|
Public 属性 | |
| volatile bool | IsCompleted |
| bool | IsInProgress |
| float | PathCost |
| int | PositionsChecked |
| DynamicArray< Vector3 > | Path = [] |
| volatile bool Game.PathfindingResult.IsCompleted |
| bool Game.PathfindingResult.IsInProgress |
| DynamicArray<Vector3> Game.PathfindingResult.Path = [] |
| float Game.PathfindingResult.PathCost |
| int Game.PathfindingResult.PositionsChecked |