mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-05 22:09:56 +03:00
classref: Sync with current master branch (705b7a0)
This commit is contained in:
@@ -71,7 +71,7 @@ Enumerations
|
||||
|
||||
.. rst-class:: classref-enumeration
|
||||
|
||||
enum **PathfindingAlgorithm**:
|
||||
enum **PathfindingAlgorithm**: :ref:`🔗<enum_NavigationPathQueryParameters2D_PathfindingAlgorithm>`
|
||||
|
||||
.. _class_NavigationPathQueryParameters2D_constant_PATHFINDING_ALGORITHM_ASTAR:
|
||||
|
||||
@@ -89,7 +89,7 @@ The path query uses the default A\* pathfinding algorithm.
|
||||
|
||||
.. rst-class:: classref-enumeration
|
||||
|
||||
enum **PathPostProcessing**:
|
||||
enum **PathPostProcessing**: :ref:`🔗<enum_NavigationPathQueryParameters2D_PathPostProcessing>`
|
||||
|
||||
.. _class_NavigationPathQueryParameters2D_constant_PATH_POSTPROCESSING_CORRIDORFUNNEL:
|
||||
|
||||
@@ -115,7 +115,7 @@ Centers every path position in the middle of the traveled navigation mesh polygo
|
||||
|
||||
.. rst-class:: classref-enumeration
|
||||
|
||||
flags **PathMetadataFlags**:
|
||||
flags **PathMetadataFlags**: :ref:`🔗<enum_NavigationPathQueryParameters2D_PathMetadataFlags>`
|
||||
|
||||
.. _class_NavigationPathQueryParameters2D_constant_PATH_METADATA_INCLUDE_NONE:
|
||||
|
||||
@@ -170,7 +170,7 @@ Property Descriptions
|
||||
|
||||
.. rst-class:: classref-property
|
||||
|
||||
:ref:`RID<class_RID>` **map** = ``RID()``
|
||||
:ref:`RID<class_RID>` **map** = ``RID()`` :ref:`🔗<class_NavigationPathQueryParameters2D_property_map>`
|
||||
|
||||
.. rst-class:: classref-property-setget
|
||||
|
||||
@@ -187,7 +187,7 @@ The navigation map :ref:`RID<class_RID>` used in the path query.
|
||||
|
||||
.. rst-class:: classref-property
|
||||
|
||||
|bitfield|\[:ref:`PathMetadataFlags<enum_NavigationPathQueryParameters2D_PathMetadataFlags>`\] **metadata_flags** = ``7``
|
||||
|bitfield|\[:ref:`PathMetadataFlags<enum_NavigationPathQueryParameters2D_PathMetadataFlags>`\] **metadata_flags** = ``7`` :ref:`🔗<class_NavigationPathQueryParameters2D_property_metadata_flags>`
|
||||
|
||||
.. rst-class:: classref-property-setget
|
||||
|
||||
@@ -204,7 +204,7 @@ Additional information to include with the navigation path.
|
||||
|
||||
.. rst-class:: classref-property
|
||||
|
||||
:ref:`int<class_int>` **navigation_layers** = ``1``
|
||||
:ref:`int<class_int>` **navigation_layers** = ``1`` :ref:`🔗<class_NavigationPathQueryParameters2D_property_navigation_layers>`
|
||||
|
||||
.. rst-class:: classref-property-setget
|
||||
|
||||
@@ -221,7 +221,7 @@ The navigation layers the query will use (as a bitmask).
|
||||
|
||||
.. rst-class:: classref-property
|
||||
|
||||
:ref:`PathPostProcessing<enum_NavigationPathQueryParameters2D_PathPostProcessing>` **path_postprocessing** = ``0``
|
||||
:ref:`PathPostProcessing<enum_NavigationPathQueryParameters2D_PathPostProcessing>` **path_postprocessing** = ``0`` :ref:`🔗<class_NavigationPathQueryParameters2D_property_path_postprocessing>`
|
||||
|
||||
.. rst-class:: classref-property-setget
|
||||
|
||||
@@ -238,7 +238,7 @@ The path postprocessing applied to the raw path corridor found by the :ref:`path
|
||||
|
||||
.. rst-class:: classref-property
|
||||
|
||||
:ref:`PathfindingAlgorithm<enum_NavigationPathQueryParameters2D_PathfindingAlgorithm>` **pathfinding_algorithm** = ``0``
|
||||
:ref:`PathfindingAlgorithm<enum_NavigationPathQueryParameters2D_PathfindingAlgorithm>` **pathfinding_algorithm** = ``0`` :ref:`🔗<class_NavigationPathQueryParameters2D_property_pathfinding_algorithm>`
|
||||
|
||||
.. rst-class:: classref-property-setget
|
||||
|
||||
@@ -255,7 +255,7 @@ The pathfinding algorithm used in the path query.
|
||||
|
||||
.. rst-class:: classref-property
|
||||
|
||||
:ref:`float<class_float>` **simplify_epsilon** = ``0.0``
|
||||
:ref:`float<class_float>` **simplify_epsilon** = ``0.0`` :ref:`🔗<class_NavigationPathQueryParameters2D_property_simplify_epsilon>`
|
||||
|
||||
.. rst-class:: classref-property-setget
|
||||
|
||||
@@ -272,7 +272,7 @@ The path simplification amount in worlds units.
|
||||
|
||||
.. rst-class:: classref-property
|
||||
|
||||
:ref:`bool<class_bool>` **simplify_path** = ``false``
|
||||
:ref:`bool<class_bool>` **simplify_path** = ``false`` :ref:`🔗<class_NavigationPathQueryParameters2D_property_simplify_path>`
|
||||
|
||||
.. rst-class:: classref-property-setget
|
||||
|
||||
@@ -291,7 +291,7 @@ Path simplification can be helpful to mitigate various path following issues tha
|
||||
|
||||
.. rst-class:: classref-property
|
||||
|
||||
:ref:`Vector2<class_Vector2>` **start_position** = ``Vector2(0, 0)``
|
||||
:ref:`Vector2<class_Vector2>` **start_position** = ``Vector2(0, 0)`` :ref:`🔗<class_NavigationPathQueryParameters2D_property_start_position>`
|
||||
|
||||
.. rst-class:: classref-property-setget
|
||||
|
||||
@@ -308,7 +308,7 @@ The pathfinding start position in global coordinates.
|
||||
|
||||
.. rst-class:: classref-property
|
||||
|
||||
:ref:`Vector2<class_Vector2>` **target_position** = ``Vector2(0, 0)``
|
||||
:ref:`Vector2<class_Vector2>` **target_position** = ``Vector2(0, 0)`` :ref:`🔗<class_NavigationPathQueryParameters2D_property_target_position>`
|
||||
|
||||
.. rst-class:: classref-property-setget
|
||||
|
||||
|
||||
Reference in New Issue
Block a user