:github_url: hide .. 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/stag-toolkit/sphinx/gen/gdextension/IslandBuilderSettings.xml. .. _class_IslandBuilderSettings: IslandBuilderSettings ===================== **Inherits:** ``Resource`` .. container:: contribute There is currently no description for this class. Please help us by `contributing one `__! .. rst-class:: classref-reftable-group Properties ---------- .. table:: :widths: auto +-----------------------------------------------------------------------------+--------------------------------------------------------------------------------------------+----------------------------+ | :ref:`IslandBuilderSettingsCollision` | :ref:`collision` | ``null`` | +-----------------------------------------------------------------------------+--------------------------------------------------------------------------------------------+----------------------------+ | ``Color`` | :ref:`collision_color` | ``Color(1, 0, 0.667, 1)`` | +-----------------------------------------------------------------------------+--------------------------------------------------------------------------------------------+----------------------------+ | ``Material`` | :ref:`material_baked` | ``null`` | +-----------------------------------------------------------------------------+--------------------------------------------------------------------------------------------+----------------------------+ | ``Material`` | :ref:`material_preview` | ``null`` | +-----------------------------------------------------------------------------+--------------------------------------------------------------------------------------------+----------------------------+ | :ref:`IslandBuilderSettingsMesh` | :ref:`mesh` | ``null`` | +-----------------------------------------------------------------------------+--------------------------------------------------------------------------------------------+----------------------------+ | ``float`` | :ref:`physics_density` | ``23.23`` | +-----------------------------------------------------------------------------+--------------------------------------------------------------------------------------------+----------------------------+ | ``float`` | :ref:`physics_health_density` | ``0.75`` | +-----------------------------------------------------------------------------+--------------------------------------------------------------------------------------------+----------------------------+ | ``int`` | :ref:`render_layers` | ``5`` | +-----------------------------------------------------------------------------+--------------------------------------------------------------------------------------------+----------------------------+ | ``String`` | :ref:`save_path` | ``"{scene}/{parent}.scn"`` | +-----------------------------------------------------------------------------+--------------------------------------------------------------------------------------------+----------------------------+ | :ref:`IslandBuilderSettingsVoxels` | :ref:`voxels` | ``null`` | +-----------------------------------------------------------------------------+--------------------------------------------------------------------------------------------+----------------------------+ .. rst-class:: classref-reftable-group Methods ------- .. table:: :widths: auto +--------+----------------------------------------------------------------------------------------------------+ | |void| | :ref:`notify_changed_collision`\ (\ ) | +--------+----------------------------------------------------------------------------------------------------+ | |void| | :ref:`notify_changed_mesh`\ (\ ) | +--------+----------------------------------------------------------------------------------------------------+ | |void| | :ref:`notify_changed_voxels`\ (\ ) | +--------+----------------------------------------------------------------------------------------------------+ .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Signals ------- .. _class_IslandBuilderSettings_signal_setting_changed_collision: .. rst-class:: classref-signal **setting_changed_collision**\ (\ ) :ref:`🔗` .. container:: contribute There is currently no description for this signal. Please help us by `contributing one `__! .. rst-class:: classref-item-separator ---- .. _class_IslandBuilderSettings_signal_setting_changed_mesh: .. rst-class:: classref-signal **setting_changed_mesh**\ (\ ) :ref:`🔗` .. container:: contribute There is currently no description for this signal. Please help us by `contributing one `__! .. rst-class:: classref-item-separator ---- .. _class_IslandBuilderSettings_signal_setting_changed_voxels: .. rst-class:: classref-signal **setting_changed_voxels**\ (\ ) :ref:`🔗` .. container:: contribute There is currently no description for this signal. Please help us by `contributing one `__! .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Property Descriptions --------------------- .. _class_IslandBuilderSettings_property_collision: .. rst-class:: classref-property :ref:`IslandBuilderSettingsCollision` **collision** = ``null`` :ref:`🔗` .. rst-class:: classref-property-setget - |void| **set_collision**\ (\ value\: :ref:`IslandBuilderSettingsCollision`\ ) - :ref:`IslandBuilderSettingsCollision` **get_collision**\ (\ ) .. container:: contribute There is currently no description for this property. Please help us by `contributing one `__! .. rst-class:: classref-item-separator ---- .. _class_IslandBuilderSettings_property_collision_color: .. rst-class:: classref-property ``Color`` **collision_color** = ``Color(1, 0, 0.667, 1)`` :ref:`🔗` .. rst-class:: classref-property-setget - |void| **set_collision_color**\ (\ value\: ``Color``\ ) - ``Color`` **get_collision_color**\ (\ ) .. container:: contribute There is currently no description for this property. Please help us by `contributing one `__! .. rst-class:: classref-item-separator ---- .. _class_IslandBuilderSettings_property_material_baked: .. rst-class:: classref-property ``Material`` **material_baked** = ``null`` :ref:`🔗` .. rst-class:: classref-property-setget - |void| **set_material_baked**\ (\ value\: ``Material``\ ) - ``Material`` **get_material_baked**\ (\ ) .. container:: contribute There is currently no description for this property. Please help us by `contributing one `__! .. rst-class:: classref-item-separator ---- .. _class_IslandBuilderSettings_property_material_preview: .. rst-class:: classref-property ``Material`` **material_preview** = ``null`` :ref:`🔗` .. rst-class:: classref-property-setget - |void| **set_material_preview**\ (\ value\: ``Material``\ ) - ``Material`` **get_material_preview**\ (\ ) .. container:: contribute There is currently no description for this property. Please help us by `contributing one `__! .. rst-class:: classref-item-separator ---- .. _class_IslandBuilderSettings_property_mesh: .. rst-class:: classref-property :ref:`IslandBuilderSettingsMesh` **mesh** = ``null`` :ref:`🔗` .. rst-class:: classref-property-setget - |void| **set_mesh**\ (\ value\: :ref:`IslandBuilderSettingsMesh`\ ) - :ref:`IslandBuilderSettingsMesh` **get_mesh**\ (\ ) .. container:: contribute There is currently no description for this property. Please help us by `contributing one `__! .. rst-class:: classref-item-separator ---- .. _class_IslandBuilderSettings_property_physics_density: .. rst-class:: classref-property ``float`` **physics_density** = ``23.23`` :ref:`🔗` .. rst-class:: classref-property-setget - |void| **set_physics_density**\ (\ value\: ``float``\ ) - ``float`` **get_physics_density**\ (\ ) .. container:: contribute There is currently no description for this property. Please help us by `contributing one `__! .. rst-class:: classref-item-separator ---- .. _class_IslandBuilderSettings_property_physics_health_density: .. rst-class:: classref-property ``float`` **physics_health_density** = ``0.75`` :ref:`🔗` .. rst-class:: classref-property-setget - |void| **set_physics_health_density**\ (\ value\: ``float``\ ) - ``float`` **get_physics_health_density**\ (\ ) .. container:: contribute There is currently no description for this property. Please help us by `contributing one `__! .. rst-class:: classref-item-separator ---- .. _class_IslandBuilderSettings_property_render_layers: .. rst-class:: classref-property ``int`` **render_layers** = ``5`` :ref:`🔗` .. rst-class:: classref-property-setget - |void| **set_render_layers**\ (\ value\: ``int``\ ) - ``int`` **get_render_layers**\ (\ ) .. container:: contribute There is currently no description for this property. Please help us by `contributing one `__! .. rst-class:: classref-item-separator ---- .. _class_IslandBuilderSettings_property_save_path: .. rst-class:: classref-property ``String`` **save_path** = ``"{scene}/{parent}.scn"`` :ref:`🔗` .. rst-class:: classref-property-setget - |void| **set_save_path**\ (\ value\: ``String``\ ) - ``String`` **get_save_path**\ (\ ) .. container:: contribute There is currently no description for this property. Please help us by `contributing one `__! .. rst-class:: classref-item-separator ---- .. _class_IslandBuilderSettings_property_voxels: .. rst-class:: classref-property :ref:`IslandBuilderSettingsVoxels` **voxels** = ``null`` :ref:`🔗` .. rst-class:: classref-property-setget - |void| **set_voxels**\ (\ value\: :ref:`IslandBuilderSettingsVoxels`\ ) - :ref:`IslandBuilderSettingsVoxels` **get_voxels**\ (\ ) .. container:: contribute There is currently no description for this property. Please help us by `contributing one `__! .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Method Descriptions ------------------- .. _class_IslandBuilderSettings_method_notify_changed_collision: .. rst-class:: classref-method |void| **notify_changed_collision**\ (\ ) :ref:`🔗` .. container:: contribute There is currently no description for this method. Please help us by `contributing one `__! .. rst-class:: classref-item-separator ---- .. _class_IslandBuilderSettings_method_notify_changed_mesh: .. rst-class:: classref-method |void| **notify_changed_mesh**\ (\ ) :ref:`🔗` .. container:: contribute There is currently no description for this method. Please help us by `contributing one `__! .. rst-class:: classref-item-separator ---- .. _class_IslandBuilderSettings_method_notify_changed_voxels: .. rst-class:: classref-method |void| **notify_changed_voxels**\ (\ ) :ref:`🔗` .. container:: contribute There is currently no description for this method. Please help us by `contributing one `__! .. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)` .. |required| replace:: :abbr:`required (This method is required to be overridden when extending its base class.)` .. |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.)` .. |void| replace:: :abbr:`void (No return value.)`