|
Survivalcraft API 1.8.2.3 v1.8.2.3
Survivalcraft 2.4
|

Public 属性 | |
| volatile bool | IsCompleted |
| bool | IsInProgress |
| float | PathCost |
| int | PositionsChecked |
| DynamicArray< Vector3 > | Path = [] |
在文件 PathfindingResult.cs 第 4 行定义.
| volatile bool Game.PathfindingResult.IsCompleted |
在文件 PathfindingResult.cs 第 5 行定义.
| bool Game.PathfindingResult.IsInProgress |
在文件 PathfindingResult.cs 第 7 行定义.
| DynamicArray<Vector3> Game.PathfindingResult.Path = [] |
在文件 PathfindingResult.cs 第 13 行定义.
| float Game.PathfindingResult.PathCost |
在文件 PathfindingResult.cs 第 9 行定义.
| int Game.PathfindingResult.PositionsChecked |
在文件 PathfindingResult.cs 第 11 行定义.