.. 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/MeshConvexDecompositionSettings.xml. .. _class_MeshConvexDecompositionSettings: MeshConvexDecompositionSettings =============================== **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:`bool` | :ref:`convex_hull_approximation` | ``true`` | +--------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------+------------+ | :ref:`int` | :ref:`convex_hull_downsampling` | ``4`` | +--------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------+------------+ | :ref:`float` | :ref:`max_concavity` | ``1.0`` | +--------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------+------------+ | :ref:`int` | :ref:`max_convex_hulls` | ``1`` | +--------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------+------------+ | :ref:`int` | :ref:`max_num_vertices_per_convex_hull` | ``32`` | +--------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------+------------+ | :ref:`float` | :ref:`min_volume_per_convex_hull` | ``0.0001`` | +--------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------+------------+ | :ref:`Mode` | :ref:`mode` | ``0`` | +--------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------+------------+ | :ref:`bool` | :ref:`normalize_mesh` | ``false`` | +--------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------+------------+ | :ref:`int` | :ref:`plane_downsampling` | ``4`` | +--------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------+------------+ | :ref:`bool` | :ref:`project_hull_vertices` | ``true`` | +--------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------+------------+ | :ref:`int` | :ref:`resolution` | ``10000`` | +--------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------+------------+ | :ref:`float` | :ref:`revolution_axes_clipping_bias` | ``0.05`` | +--------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------+------------+ | :ref:`float` | :ref:`symmetry_planes_clipping_bias` | ``0.05`` | +--------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------+------------+ .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Enumerations ------------ .. _enum_MeshConvexDecompositionSettings_Mode: .. rst-class:: classref-enumeration enum **Mode**: .. _class_MeshConvexDecompositionSettings_constant_CONVEX_DECOMPOSITION_MODE_VOXEL: .. rst-class:: classref-enumeration-constant :ref:`Mode` **CONVEX_DECOMPOSITION_MODE_VOXEL** = ``0`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. _class_MeshConvexDecompositionSettings_constant_CONVEX_DECOMPOSITION_MODE_TETRAHEDRON: .. rst-class:: classref-enumeration-constant :ref:`Mode` **CONVEX_DECOMPOSITION_MODE_TETRAHEDRON** = ``1`` .. 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_MeshConvexDecompositionSettings_property_convex_hull_approximation: .. rst-class:: classref-property :ref:`bool` **convex_hull_approximation** = ``true`` .. rst-class:: classref-property-setget - void **set_convex_hull_approximation** **(** :ref:`bool` value **)** - :ref:`bool` **get_convex_hull_approximation** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_MeshConvexDecompositionSettings_property_convex_hull_downsampling: .. rst-class:: classref-property :ref:`int` **convex_hull_downsampling** = ``4`` .. rst-class:: classref-property-setget - void **set_convex_hull_downsampling** **(** :ref:`int` value **)** - :ref:`int` **get_convex_hull_downsampling** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_MeshConvexDecompositionSettings_property_max_concavity: .. rst-class:: classref-property :ref:`float` **max_concavity** = ``1.0`` .. rst-class:: classref-property-setget - void **set_max_concavity** **(** :ref:`float` value **)** - :ref:`float` **get_max_concavity** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_MeshConvexDecompositionSettings_property_max_convex_hulls: .. rst-class:: classref-property :ref:`int` **max_convex_hulls** = ``1`` .. rst-class:: classref-property-setget - void **set_max_convex_hulls** **(** :ref:`int` value **)** - :ref:`int` **get_max_convex_hulls** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_MeshConvexDecompositionSettings_property_max_num_vertices_per_convex_hull: .. rst-class:: classref-property :ref:`int` **max_num_vertices_per_convex_hull** = ``32`` .. rst-class:: classref-property-setget - void **set_max_num_vertices_per_convex_hull** **(** :ref:`int` value **)** - :ref:`int` **get_max_num_vertices_per_convex_hull** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_MeshConvexDecompositionSettings_property_min_volume_per_convex_hull: .. rst-class:: classref-property :ref:`float` **min_volume_per_convex_hull** = ``0.0001`` .. rst-class:: classref-property-setget - void **set_min_volume_per_convex_hull** **(** :ref:`float` value **)** - :ref:`float` **get_min_volume_per_convex_hull** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_MeshConvexDecompositionSettings_property_mode: .. rst-class:: classref-property :ref:`Mode` **mode** = ``0`` .. rst-class:: classref-property-setget - void **set_mode** **(** :ref:`Mode` value **)** - :ref:`Mode` **get_mode** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_MeshConvexDecompositionSettings_property_normalize_mesh: .. rst-class:: classref-property :ref:`bool` **normalize_mesh** = ``false`` .. rst-class:: classref-property-setget - void **set_normalize_mesh** **(** :ref:`bool` value **)** - :ref:`bool` **get_normalize_mesh** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_MeshConvexDecompositionSettings_property_plane_downsampling: .. rst-class:: classref-property :ref:`int` **plane_downsampling** = ``4`` .. rst-class:: classref-property-setget - void **set_plane_downsampling** **(** :ref:`int` value **)** - :ref:`int` **get_plane_downsampling** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_MeshConvexDecompositionSettings_property_project_hull_vertices: .. rst-class:: classref-property :ref:`bool` **project_hull_vertices** = ``true`` .. rst-class:: classref-property-setget - void **set_project_hull_vertices** **(** :ref:`bool` value **)** - :ref:`bool` **get_project_hull_vertices** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_MeshConvexDecompositionSettings_property_resolution: .. rst-class:: classref-property :ref:`int` **resolution** = ``10000`` .. rst-class:: classref-property-setget - void **set_resolution** **(** :ref:`int` value **)** - :ref:`int` **get_resolution** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_MeshConvexDecompositionSettings_property_revolution_axes_clipping_bias: .. rst-class:: classref-property :ref:`float` **revolution_axes_clipping_bias** = ``0.05`` .. rst-class:: classref-property-setget - void **set_revolution_axes_clipping_bias** **(** :ref:`float` value **)** - :ref:`float` **get_revolution_axes_clipping_bias** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_MeshConvexDecompositionSettings_property_symmetry_planes_clipping_bias: .. rst-class:: classref-property :ref:`float` **symmetry_planes_clipping_bias** = ``0.05`` .. rst-class:: classref-property-setget - void **set_symmetry_planes_clipping_bias** **(** :ref:`float` value **)** - :ref:`float` **get_symmetry_planes_clipping_bias** **(** **)** .. 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.)`