.. 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/NavigationMeshSourceGeometryData3D.xml. .. _class_NavigationMeshSourceGeometryData3D: NavigationMeshSourceGeometryData3D ================================== **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_faces` **(** :ref:`PackedVector3Array` faces, :ref:`Transform3D` xform **)** | +-----------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`add_mesh` **(** :ref:`Mesh` mesh, :ref:`Transform3D` xform **)** | +-----------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`add_mesh_array` **(** :ref:`Array` mesh_array, :ref:`Transform3D` xform **)** | +-----------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`add_projected_obstruction` **(** :ref:`PackedVector3Array` vertices, :ref:`float` elevation, :ref:`float` height, :ref:`bool` carve **)** | +-----------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`append_arrays` **(** :ref:`PackedFloat32Array` vertices, :ref:`PackedInt32Array` indices **)** | +-----------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`clear` **(** **)** | +-----------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`clear_projected_obstructions` **(** **)** | +-----------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`PackedInt32Array` | :ref:`get_indices` **(** **)** |const| | +-----------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Array` | :ref:`get_projected_obstructions` **(** **)** |const| | +-----------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`PackedFloat32Array` | :ref:`get_vertices` **(** **)** |const| | +-----------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`bool` | :ref:`has_data` **(** **)** | +-----------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`merge` **(** :ref:`NavigationMeshSourceGeometryData3D` other_geometry **)** | +-----------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`set_indices` **(** :ref:`PackedInt32Array` indices **)** | +-----------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`set_projected_obstructions` **(** :ref:`Array` projected_obstructions **)** | +-----------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`set_vertices` **(** :ref:`PackedFloat32Array` vertices **)** | +-----------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Method Descriptions ------------------- .. _class_NavigationMeshSourceGeometryData3D_method_add_faces: .. rst-class:: classref-method void **add_faces** **(** :ref:`PackedVector3Array` faces, :ref:`Transform3D` xform **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_NavigationMeshSourceGeometryData3D_method_add_mesh: .. rst-class:: classref-method void **add_mesh** **(** :ref:`Mesh` mesh, :ref:`Transform3D` xform **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_NavigationMeshSourceGeometryData3D_method_add_mesh_array: .. rst-class:: classref-method void **add_mesh_array** **(** :ref:`Array` mesh_array, :ref:`Transform3D` xform **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_NavigationMeshSourceGeometryData3D_method_add_projected_obstruction: .. rst-class:: classref-method void **add_projected_obstruction** **(** :ref:`PackedVector3Array` vertices, :ref:`float` elevation, :ref:`float` height, :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_NavigationMeshSourceGeometryData3D_method_append_arrays: .. rst-class:: classref-method void **append_arrays** **(** :ref:`PackedFloat32Array` vertices, :ref:`PackedInt32Array` indices **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_NavigationMeshSourceGeometryData3D_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_NavigationMeshSourceGeometryData3D_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_NavigationMeshSourceGeometryData3D_method_get_indices: .. rst-class:: classref-method :ref:`PackedInt32Array` **get_indices** **(** **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_NavigationMeshSourceGeometryData3D_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_NavigationMeshSourceGeometryData3D_method_get_vertices: .. rst-class:: classref-method :ref:`PackedFloat32Array` **get_vertices** **(** **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_NavigationMeshSourceGeometryData3D_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_NavigationMeshSourceGeometryData3D_method_merge: .. rst-class:: classref-method void **merge** **(** :ref:`NavigationMeshSourceGeometryData3D` 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_NavigationMeshSourceGeometryData3D_method_set_indices: .. rst-class:: classref-method void **set_indices** **(** :ref:`PackedInt32Array` indices **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_NavigationMeshSourceGeometryData3D_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_NavigationMeshSourceGeometryData3D_method_set_vertices: .. rst-class:: classref-method void **set_vertices** **(** :ref:`PackedFloat32Array` vertices **)** .. 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.)`