属性说明
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.
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.