.. 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/NavigationMeshSourceGeometryData2D.xml. .. _class_NavigationMeshSourceGeometryData2D: NavigationMeshSourceGeometryData2D ================================== **Inherits:** :ref:`Resource` **<** :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 Methods ------- .. table:: :widths: auto +-------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`add_obstruction_outline` **(** :ref:`PackedVector2Array` shape_outline **)** | +-------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`add_projected_obstruction` **(** :ref:`PackedVector2Array` vertices, :ref:`bool` carve **)** | +-------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`add_traversable_outline` **(** :ref:`PackedVector2Array` shape_outline **)** | +-------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`append_obstruction_outlines` **(** :ref:`PackedVector2Array[]` obstruction_outlines **)** | +-------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`append_traversable_outlines` **(** :ref:`PackedVector2Array[]` traversable_outlines **)** | +-------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`clear` **(** **)** | +-------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`clear_projected_obstructions` **(** **)** | +-------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`PackedVector2Array[]` | :ref:`get_obstruction_outlines` **(** **)** |const| | +-------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Array` | :ref:`get_projected_obstructions` **(** **)** |const| | +-------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`PackedVector2Array[]` | :ref:`get_traversable_outlines` **(** **)** |const| | +-------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`bool` | :ref:`has_data` **(** **)** | +-------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`merge` **(** :ref:`NavigationMeshSourceGeometryData2D` other_geometry **)** | +-------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`set_obstruction_outlines` **(** :ref:`PackedVector2Array[]` obstruction_outlines **)** | +-------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`set_projected_obstructions` **(** :ref:`Array` projected_obstructions **)** | +-------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`set_traversable_outlines` **(** :ref:`PackedVector2Array[]` traversable_outlines **)** | +-------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Method Descriptions ------------------- .. _class_NavigationMeshSourceGeometryData2D_method_add_obstruction_outline: .. rst-class:: classref-method void **add_obstruction_outline** **(** :ref:`PackedVector2Array` shape_outline **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_NavigationMeshSourceGeometryData2D_method_add_projected_obstruction: .. rst-class:: classref-method void **add_projected_obstruction** **(** :ref:`PackedVector2Array` vertices, :ref:`bool` carve **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_NavigationMeshSourceGeometryData2D_method_add_traversable_outline: .. rst-class:: classref-method void **add_traversable_outline** **(** :ref:`PackedVector2Array` shape_outline **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_NavigationMeshSourceGeometryData2D_method_append_obstruction_outlines: .. rst-class:: classref-method void **append_obstruction_outlines** **(** :ref:`PackedVector2Array[]` obstruction_outlines **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_NavigationMeshSourceGeometryData2D_method_append_traversable_outlines: .. rst-class:: classref-method void **append_traversable_outlines** **(** :ref:`PackedVector2Array[]` traversable_outlines **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_NavigationMeshSourceGeometryData2D_method_clear: .. rst-class:: classref-method void **clear** **(** **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_NavigationMeshSourceGeometryData2D_method_clear_projected_obstructions: .. rst-class:: classref-method void **clear_projected_obstructions** **(** **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_NavigationMeshSourceGeometryData2D_method_get_obstruction_outlines: .. rst-class:: classref-method :ref:`PackedVector2Array[]` **get_obstruction_outlines** **(** **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_NavigationMeshSourceGeometryData2D_method_get_projected_obstructions: .. rst-class:: classref-method :ref:`Array` **get_projected_obstructions** **(** **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_NavigationMeshSourceGeometryData2D_method_get_traversable_outlines: .. rst-class:: classref-method :ref:`PackedVector2Array[]` **get_traversable_outlines** **(** **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_NavigationMeshSourceGeometryData2D_method_has_data: .. rst-class:: classref-method :ref:`bool` **has_data** **(** **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_NavigationMeshSourceGeometryData2D_method_merge: .. rst-class:: classref-method void **merge** **(** :ref:`NavigationMeshSourceGeometryData2D` other_geometry **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_NavigationMeshSourceGeometryData2D_method_set_obstruction_outlines: .. rst-class:: classref-method void **set_obstruction_outlines** **(** :ref:`PackedVector2Array[]` obstruction_outlines **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_NavigationMeshSourceGeometryData2D_method_set_projected_obstructions: .. rst-class:: classref-method void **set_projected_obstructions** **(** :ref:`Array` projected_obstructions **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_NavigationMeshSourceGeometryData2D_method_set_traversable_outlines: .. rst-class:: classref-method void **set_traversable_outlines** **(** :ref:`PackedVector2Array[]` traversable_outlines **)** .. container:: contribute There is currently no description for this method. 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.)`