.. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. .. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. .. XML source: https://github.com/godotengine/godot/tree/master/docs/gdscript/doc/classes/NavigationPathQueryParameters3D.xml. .. _class_NavigationPathQueryParameters3D: NavigationPathQueryParameters3D =============================== **Inherits:** :ref:`RefCounted` **<** :ref:`Object` .. container:: contribute There is currently no description for this class. Please help us by :ref:`contributing one `! .. rst-class:: classref-reftable-group Properties ---------- .. table:: :widths: auto +------------------------------------------------------------------------------------------------+----------------------------------------------------------------------------------------------------+----------------------+ | :ref:`RID` | :ref:`map` | ``RID()`` | +------------------------------------------------------------------------------------------------+----------------------------------------------------------------------------------------------------+----------------------+ | |bitfield|\<:ref:`PathMetadataFlags`\> | :ref:`metadata_flags` | ``7`` | +------------------------------------------------------------------------------------------------+----------------------------------------------------------------------------------------------------+----------------------+ | :ref:`int` | :ref:`navigation_layers` | ``1`` | +------------------------------------------------------------------------------------------------+----------------------------------------------------------------------------------------------------+----------------------+ | :ref:`PathPostProcessing` | :ref:`path_postprocessing` | ``0`` | +------------------------------------------------------------------------------------------------+----------------------------------------------------------------------------------------------------+----------------------+ | :ref:`PathfindingAlgorithm` | :ref:`pathfinding_algorithm` | ``0`` | +------------------------------------------------------------------------------------------------+----------------------------------------------------------------------------------------------------+----------------------+ | :ref:`float` | :ref:`simplify_epsilon` | ``0.0`` | +------------------------------------------------------------------------------------------------+----------------------------------------------------------------------------------------------------+----------------------+ | :ref:`bool` | :ref:`simplify_path` | ``false`` | +------------------------------------------------------------------------------------------------+----------------------------------------------------------------------------------------------------+----------------------+ | :ref:`Vector3` | :ref:`start_position` | ``Vector3(0, 0, 0)`` | +------------------------------------------------------------------------------------------------+----------------------------------------------------------------------------------------------------+----------------------+ | :ref:`Vector3` | :ref:`target_position` | ``Vector3(0, 0, 0)`` | +------------------------------------------------------------------------------------------------+----------------------------------------------------------------------------------------------------+----------------------+ .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Enumerations ------------ .. _enum_NavigationPathQueryParameters3D_PathfindingAlgorithm: .. rst-class:: classref-enumeration enum **PathfindingAlgorithm**: .. _class_NavigationPathQueryParameters3D_constant_PATHFINDING_ALGORITHM_ASTAR: .. rst-class:: classref-enumeration-constant :ref:`PathfindingAlgorithm` **PATHFINDING_ALGORITHM_ASTAR** = ``0`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _enum_NavigationPathQueryParameters3D_PathPostProcessing: .. rst-class:: classref-enumeration enum **PathPostProcessing**: .. _class_NavigationPathQueryParameters3D_constant_PATH_POSTPROCESSING_CORRIDORFUNNEL: .. rst-class:: classref-enumeration-constant :ref:`PathPostProcessing` **PATH_POSTPROCESSING_CORRIDORFUNNEL** = ``0`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. _class_NavigationPathQueryParameters3D_constant_PATH_POSTPROCESSING_EDGECENTERED: .. rst-class:: classref-enumeration-constant :ref:`PathPostProcessing` **PATH_POSTPROCESSING_EDGECENTERED** = ``1`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _enum_NavigationPathQueryParameters3D_PathMetadataFlags: .. rst-class:: classref-enumeration flags **PathMetadataFlags**: .. _class_NavigationPathQueryParameters3D_constant_PATH_METADATA_INCLUDE_NONE: .. rst-class:: classref-enumeration-constant :ref:`PathMetadataFlags` **PATH_METADATA_INCLUDE_NONE** = ``0`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. _class_NavigationPathQueryParameters3D_constant_PATH_METADATA_INCLUDE_TYPES: .. rst-class:: classref-enumeration-constant :ref:`PathMetadataFlags` **PATH_METADATA_INCLUDE_TYPES** = ``1`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. _class_NavigationPathQueryParameters3D_constant_PATH_METADATA_INCLUDE_RIDS: .. rst-class:: classref-enumeration-constant :ref:`PathMetadataFlags` **PATH_METADATA_INCLUDE_RIDS** = ``2`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. _class_NavigationPathQueryParameters3D_constant_PATH_METADATA_INCLUDE_OWNERS: .. rst-class:: classref-enumeration-constant :ref:`PathMetadataFlags` **PATH_METADATA_INCLUDE_OWNERS** = ``4`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. _class_NavigationPathQueryParameters3D_constant_PATH_METADATA_INCLUDE_ALL: .. rst-class:: classref-enumeration-constant :ref:`PathMetadataFlags` **PATH_METADATA_INCLUDE_ALL** = ``7`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Property Descriptions --------------------- .. _class_NavigationPathQueryParameters3D_property_map: .. rst-class:: classref-property :ref:`RID` **map** = ``RID()`` .. rst-class:: classref-property-setget - void **set_map** **(** :ref:`RID` value **)** - :ref:`RID` **get_map** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_NavigationPathQueryParameters3D_property_metadata_flags: .. rst-class:: classref-property |bitfield|\<:ref:`PathMetadataFlags`\> **metadata_flags** = ``7`` .. rst-class:: classref-property-setget - void **set_metadata_flags** **(** |bitfield|\<:ref:`PathMetadataFlags`\> value **)** - |bitfield|\<:ref:`PathMetadataFlags`\> **get_metadata_flags** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_NavigationPathQueryParameters3D_property_navigation_layers: .. rst-class:: classref-property :ref:`int` **navigation_layers** = ``1`` .. rst-class:: classref-property-setget - void **set_navigation_layers** **(** :ref:`int` value **)** - :ref:`int` **get_navigation_layers** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_NavigationPathQueryParameters3D_property_path_postprocessing: .. rst-class:: classref-property :ref:`PathPostProcessing` **path_postprocessing** = ``0`` .. rst-class:: classref-property-setget - void **set_path_postprocessing** **(** :ref:`PathPostProcessing` value **)** - :ref:`PathPostProcessing` **get_path_postprocessing** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_NavigationPathQueryParameters3D_property_pathfinding_algorithm: .. rst-class:: classref-property :ref:`PathfindingAlgorithm` **pathfinding_algorithm** = ``0`` .. rst-class:: classref-property-setget - void **set_pathfinding_algorithm** **(** :ref:`PathfindingAlgorithm` value **)** - :ref:`PathfindingAlgorithm` **get_pathfinding_algorithm** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_NavigationPathQueryParameters3D_property_simplify_epsilon: .. rst-class:: classref-property :ref:`float` **simplify_epsilon** = ``0.0`` .. rst-class:: classref-property-setget - void **set_simplify_epsilon** **(** :ref:`float` value **)** - :ref:`float` **get_simplify_epsilon** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_NavigationPathQueryParameters3D_property_simplify_path: .. rst-class:: classref-property :ref:`bool` **simplify_path** = ``false`` .. rst-class:: classref-property-setget - void **set_simplify_path** **(** :ref:`bool` value **)** - :ref:`bool` **get_simplify_path** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_NavigationPathQueryParameters3D_property_start_position: .. rst-class:: classref-property :ref:`Vector3` **start_position** = ``Vector3(0, 0, 0)`` .. rst-class:: classref-property-setget - void **set_start_position** **(** :ref:`Vector3` value **)** - :ref:`Vector3` **get_start_position** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_NavigationPathQueryParameters3D_property_target_position: .. rst-class:: classref-property :ref:`Vector3` **target_position** = ``Vector3(0, 0, 0)`` .. rst-class:: classref-property-setget - void **set_target_position** **(** :ref:`Vector3` value **)** - :ref:`Vector3` **get_target_position** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)` .. |const| replace:: :abbr:`const (This method has no side effects. It doesn't modify any of the instance's member variables.)` .. |vararg| replace:: :abbr:`vararg (This method accepts any number of arguments after the ones described here.)` .. |constructor| replace:: :abbr:`constructor (This method is used to construct a type.)` .. |static| replace:: :abbr:`static (This method doesn't need an instance to be called, so it can be called directly using the class name.)` .. |operator| replace:: :abbr:`operator (This method describes a valid operator to use with this type as left-hand operand.)` .. |bitfield| replace:: :abbr:`BitField (This value is an integer composed as a bitmask of the following flags.)`