Add navigation path query parameter limits
Adds navigation path query parameter limits.
This commit is contained in:
@@ -21,6 +21,9 @@
|
||||
<member name="path" type="PackedVector3Array" setter="set_path" getter="get_path" default="PackedVector3Array()">
|
||||
The resulting path array from the navigation query. All path array positions are in global coordinates. Without customized query parameters this is the same path as returned by [method NavigationServer3D.map_get_path].
|
||||
</member>
|
||||
<member name="path_length" type="float" setter="set_path_length" getter="get_path_length" default="0.0">
|
||||
Returns the length of the path.
|
||||
</member>
|
||||
<member name="path_owner_ids" type="PackedInt64Array" setter="set_path_owner_ids" getter="get_path_owner_ids" default="PackedInt64Array()">
|
||||
The [code]ObjectID[/code]s of the [Object]s which manage the regions and links each point of the path goes through.
|
||||
</member>
|
||||
|
||||
Reference in New Issue
Block a user