屬性說明
PackedVector3Array path = PackedVector3Array() 🔗
導覽查詢的路徑陣列結果。所有的路徑陣列位置都使用全域座標。未自訂查詢參數時,與 NavigationServer3D.map_get_path() 返回的路徑相同。
Note: The returned array is copied and any changes to it will not update the original property value. See PackedVector3Array for more details.
float path_length = 0.0 🔗
Returns the length of the path.
PackedInt64Array path_owner_ids = PackedInt64Array() 🔗
管理路徑上的各個點所經過的地區和連結的 Object 的 ObjectID。
Note: The returned array is copied and any changes to it will not update the original property value. See PackedInt64Array for more details.
Array[RID] path_rids = [] 🔗
路徑上的各個點所經過的地區和連結的 RID。
PackedInt32Array path_types = PackedInt32Array() 🔗
路徑上的各個點所經過的導覽圖元型別(地區或連結)。
Note: The returned array is copied and any changes to it will not update the original property value. See PackedInt32Array for more details.