: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/SimulatedRopeSettings.xml. .. _class_SimulatedRopeSettings: SimulatedRopeSettings ===================== **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 +--------------------+----------------------------------------------------------------------------------------------------------------+------------------------------------------------+ | ``AABB`` | :ref:`autodelete_aabb` | ``AABB(-3000, -500, -3000, 6000, 2000, 6000)`` | +--------------------+----------------------------------------------------------------------------------------------------------------+------------------------------------------------+ | ``bool`` | :ref:`autodelete_enabled` | ``true`` | +--------------------+----------------------------------------------------------------------------------------------------------------+------------------------------------------------+ | ``int`` | :ref:`collision_mask` | ``1`` | +--------------------+----------------------------------------------------------------------------------------------------------------+------------------------------------------------+ | ``float`` | :ref:`collision_offset` | ``0.05`` | +--------------------+----------------------------------------------------------------------------------------------------------------+------------------------------------------------+ | ``int`` | :ref:`collision_process_priority` | ``1`` | +--------------------+----------------------------------------------------------------------------------------------------------------+------------------------------------------------+ | ``bool`` | :ref:`collision_raycasts` | ``false`` | +--------------------+----------------------------------------------------------------------------------------------------------------+------------------------------------------------+ | ``float`` | :ref:`render_aabb_update_rate` | ``0.2`` | +--------------------+----------------------------------------------------------------------------------------------------------------+------------------------------------------------+ | ``bool`` | :ref:`render_enabled` | ``true`` | +--------------------+----------------------------------------------------------------------------------------------------------------+------------------------------------------------+ | ``int`` | :ref:`render_layers` | ``1`` | +--------------------+----------------------------------------------------------------------------------------------------------------+------------------------------------------------+ | ``ShaderMaterial`` | :ref:`render_material` | ``null`` | +--------------------+----------------------------------------------------------------------------------------------------------------+------------------------------------------------+ | ``Mesh`` | :ref:`render_mesh` | ``null`` | +--------------------+----------------------------------------------------------------------------------------------------------------+------------------------------------------------+ | ``String`` | :ref:`render_parameter_point_count` | ``"point_count"`` | +--------------------+----------------------------------------------------------------------------------------------------------------+------------------------------------------------+ | ``String`` | :ref:`render_parameter_points` | ``"points"`` | +--------------------+----------------------------------------------------------------------------------------------------------------+------------------------------------------------+ | ``int`` | :ref:`render_process_priority` | ``2`` | +--------------------+----------------------------------------------------------------------------------------------------------------+------------------------------------------------+ | ``int`` | :ref:`simulation_constraint_iterations` | ``150`` | +--------------------+----------------------------------------------------------------------------------------------------------------+------------------------------------------------+ | ``float`` | :ref:`simulation_point_distance` | ``0.25`` | +--------------------+----------------------------------------------------------------------------------------------------------------+------------------------------------------------+ | ``float`` | :ref:`simulation_spring_constant` | ``5000.0`` | +--------------------+----------------------------------------------------------------------------------------------------------------+------------------------------------------------+ | ``bool`` | :ref:`simulation_tick_on_physics` | ``true`` | +--------------------+----------------------------------------------------------------------------------------------------------------+------------------------------------------------+ .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Signals ------- .. _class_SimulatedRopeSettings_signal_physics_changed: .. rst-class:: classref-signal **physics_changed**\ (\ ) :ref:`🔗` .. container:: contribute There is currently no description for this signal. Please help us by `contributing one `__! .. rst-class:: classref-item-separator ---- .. _class_SimulatedRopeSettings_signal_render_changed: .. rst-class:: classref-signal **render_changed**\ (\ ) :ref:`🔗` .. container:: contribute There is currently no description for this signal. Please help us by `contributing one `__! .. rst-class:: classref-item-separator ---- .. _class_SimulatedRopeSettings_signal_simulation_changed: .. rst-class:: classref-signal **simulation_changed**\ (\ ) :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_SimulatedRopeSettings_property_autodelete_aabb: .. rst-class:: classref-property ``AABB`` **autodelete_aabb** = ``AABB(-3000, -500, -3000, 6000, 2000, 6000)`` :ref:`🔗` .. rst-class:: classref-property-setget - |void| **set_autodelete_aabb**\ (\ value\: ``AABB``\ ) - ``AABB`` **get_autodelete_aabb**\ (\ ) .. container:: contribute There is currently no description for this property. Please help us by `contributing one `__! .. rst-class:: classref-item-separator ---- .. _class_SimulatedRopeSettings_property_autodelete_enabled: .. rst-class:: classref-property ``bool`` **autodelete_enabled** = ``true`` :ref:`🔗` .. rst-class:: classref-property-setget - |void| **set_autodelete_enabled**\ (\ value\: ``bool``\ ) - ``bool`` **get_autodelete_enabled**\ (\ ) .. container:: contribute There is currently no description for this property. Please help us by `contributing one `__! .. rst-class:: classref-item-separator ---- .. _class_SimulatedRopeSettings_property_collision_mask: .. rst-class:: classref-property ``int`` **collision_mask** = ``1`` :ref:`🔗` .. rst-class:: classref-property-setget - |void| **set_collision_mask**\ (\ value\: ``int``\ ) - ``int`` **get_collision_mask**\ (\ ) .. container:: contribute There is currently no description for this property. Please help us by `contributing one `__! .. rst-class:: classref-item-separator ---- .. _class_SimulatedRopeSettings_property_collision_offset: .. rst-class:: classref-property ``float`` **collision_offset** = ``0.05`` :ref:`🔗` .. rst-class:: classref-property-setget - |void| **set_collision_offset**\ (\ value\: ``float``\ ) - ``float`` **get_collision_offset**\ (\ ) .. container:: contribute There is currently no description for this property. Please help us by `contributing one `__! .. rst-class:: classref-item-separator ---- .. _class_SimulatedRopeSettings_property_collision_process_priority: .. rst-class:: classref-property ``int`` **collision_process_priority** = ``1`` :ref:`🔗` .. rst-class:: classref-property-setget - |void| **set_collision_process_priority**\ (\ value\: ``int``\ ) - ``int`` **get_collision_process_priority**\ (\ ) .. container:: contribute There is currently no description for this property. Please help us by `contributing one `__! .. rst-class:: classref-item-separator ---- .. _class_SimulatedRopeSettings_property_collision_raycasts: .. rst-class:: classref-property ``bool`` **collision_raycasts** = ``false`` :ref:`🔗` .. rst-class:: classref-property-setget - |void| **set_collision_raycasts**\ (\ value\: ``bool``\ ) - ``bool`` **get_collision_raycasts**\ (\ ) .. container:: contribute There is currently no description for this property. Please help us by `contributing one `__! .. rst-class:: classref-item-separator ---- .. _class_SimulatedRopeSettings_property_render_aabb_update_rate: .. rst-class:: classref-property ``float`` **render_aabb_update_rate** = ``0.2`` :ref:`🔗` .. rst-class:: classref-property-setget - |void| **set_render_aabb_update_rate**\ (\ value\: ``float``\ ) - ``float`` **get_render_aabb_update_rate**\ (\ ) .. container:: contribute There is currently no description for this property. Please help us by `contributing one `__! .. rst-class:: classref-item-separator ---- .. _class_SimulatedRopeSettings_property_render_enabled: .. rst-class:: classref-property ``bool`` **render_enabled** = ``true`` :ref:`🔗` .. rst-class:: classref-property-setget - |void| **set_render_enabled**\ (\ value\: ``bool``\ ) - ``bool`` **get_render_enabled**\ (\ ) .. container:: contribute There is currently no description for this property. Please help us by `contributing one `__! .. rst-class:: classref-item-separator ---- .. _class_SimulatedRopeSettings_property_render_layers: .. rst-class:: classref-property ``int`` **render_layers** = ``1`` :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_SimulatedRopeSettings_property_render_material: .. rst-class:: classref-property ``ShaderMaterial`` **render_material** = ``null`` :ref:`🔗` .. rst-class:: classref-property-setget - |void| **set_render_material**\ (\ value\: ``ShaderMaterial``\ ) - ``ShaderMaterial`` **get_render_material**\ (\ ) .. container:: contribute There is currently no description for this property. Please help us by `contributing one `__! .. rst-class:: classref-item-separator ---- .. _class_SimulatedRopeSettings_property_render_mesh: .. rst-class:: classref-property ``Mesh`` **render_mesh** = ``null`` :ref:`🔗` .. rst-class:: classref-property-setget - |void| **set_render_mesh**\ (\ value\: ``Mesh``\ ) - ``Mesh`` **get_render_mesh**\ (\ ) .. container:: contribute There is currently no description for this property. Please help us by `contributing one `__! .. rst-class:: classref-item-separator ---- .. _class_SimulatedRopeSettings_property_render_parameter_point_count: .. rst-class:: classref-property ``String`` **render_parameter_point_count** = ``"point_count"`` :ref:`🔗` .. rst-class:: classref-property-setget - |void| **set_render_parameter_point_count**\ (\ value\: ``String``\ ) - ``String`` **get_render_parameter_point_count**\ (\ ) .. container:: contribute There is currently no description for this property. Please help us by `contributing one `__! .. rst-class:: classref-item-separator ---- .. _class_SimulatedRopeSettings_property_render_parameter_points: .. rst-class:: classref-property ``String`` **render_parameter_points** = ``"points"`` :ref:`🔗` .. rst-class:: classref-property-setget - |void| **set_render_parameter_points**\ (\ value\: ``String``\ ) - ``String`` **get_render_parameter_points**\ (\ ) .. container:: contribute There is currently no description for this property. Please help us by `contributing one `__! .. rst-class:: classref-item-separator ---- .. _class_SimulatedRopeSettings_property_render_process_priority: .. rst-class:: classref-property ``int`` **render_process_priority** = ``2`` :ref:`🔗` .. rst-class:: classref-property-setget - |void| **set_render_process_priority**\ (\ value\: ``int``\ ) - ``int`` **get_render_process_priority**\ (\ ) .. container:: contribute There is currently no description for this property. Please help us by `contributing one `__! .. rst-class:: classref-item-separator ---- .. _class_SimulatedRopeSettings_property_simulation_constraint_iterations: .. rst-class:: classref-property ``int`` **simulation_constraint_iterations** = ``150`` :ref:`🔗` .. rst-class:: classref-property-setget - |void| **set_simulation_constraint_iterations**\ (\ value\: ``int``\ ) - ``int`` **get_simulation_constraint_iterations**\ (\ ) .. container:: contribute There is currently no description for this property. Please help us by `contributing one `__! .. rst-class:: classref-item-separator ---- .. _class_SimulatedRopeSettings_property_simulation_point_distance: .. rst-class:: classref-property ``float`` **simulation_point_distance** = ``0.25`` :ref:`🔗` .. rst-class:: classref-property-setget - |void| **set_simulation_point_distance**\ (\ value\: ``float``\ ) - ``float`` **get_simulation_point_distance**\ (\ ) .. container:: contribute There is currently no description for this property. Please help us by `contributing one `__! .. rst-class:: classref-item-separator ---- .. _class_SimulatedRopeSettings_property_simulation_spring_constant: .. rst-class:: classref-property ``float`` **simulation_spring_constant** = ``5000.0`` :ref:`🔗` .. rst-class:: classref-property-setget - |void| **set_simulation_spring_constant**\ (\ value\: ``float``\ ) - ``float`` **get_simulation_spring_constant**\ (\ ) .. container:: contribute There is currently no description for this property. Please help us by `contributing one `__! .. rst-class:: classref-item-separator ---- .. _class_SimulatedRopeSettings_property_simulation_tick_on_physics: .. rst-class:: classref-property ``bool`` **simulation_tick_on_physics** = ``true`` :ref:`🔗` .. rst-class:: classref-property-setget - |void| **set_simulation_tick_on_physics**\ (\ value\: ``bool``\ ) - ``bool`` **get_simulation_tick_on_physics**\ (\ ) .. container:: contribute There is currently no description for this property. 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.)`