.. 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/HingeJoint3D.xml. .. _class_HingeJoint3D: HingeJoint3D ============ **Inherits:** :ref:`Joint3D` **<** :ref:`Node3D` **<** :ref:`Node` **<** :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:`float` | :ref:`angular_limit/bias` | ``0.3`` | +---------------------------+---------------------------------------------------------------------------------------+-------------+ | :ref:`bool` | :ref:`angular_limit/enable` | ``false`` | +---------------------------+---------------------------------------------------------------------------------------+-------------+ | :ref:`float` | :ref:`angular_limit/lower` | ``-1.5708`` | +---------------------------+---------------------------------------------------------------------------------------+-------------+ | :ref:`float` | :ref:`angular_limit/relaxation` | ``1.0`` | +---------------------------+---------------------------------------------------------------------------------------+-------------+ | :ref:`float` | :ref:`angular_limit/softness` | ``0.9`` | +---------------------------+---------------------------------------------------------------------------------------+-------------+ | :ref:`float` | :ref:`angular_limit/upper` | ``1.5708`` | +---------------------------+---------------------------------------------------------------------------------------+-------------+ | :ref:`bool` | :ref:`motor/enable` | ``false`` | +---------------------------+---------------------------------------------------------------------------------------+-------------+ | :ref:`float` | :ref:`motor/max_impulse` | ``1.0`` | +---------------------------+---------------------------------------------------------------------------------------+-------------+ | :ref:`float` | :ref:`motor/target_velocity` | ``1.0`` | +---------------------------+---------------------------------------------------------------------------------------+-------------+ | :ref:`float` | :ref:`params/bias` | ``0.3`` | +---------------------------+---------------------------------------------------------------------------------------+-------------+ .. rst-class:: classref-reftable-group Methods ------- .. table:: :widths: auto +---------------------------+------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`bool` | :ref:`get_flag` **(** :ref:`Flag` flag **)** |const| | +---------------------------+------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`float` | :ref:`get_param` **(** :ref:`Param` param **)** |const| | +---------------------------+------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`set_flag` **(** :ref:`Flag` flag, :ref:`bool` enabled **)** | +---------------------------+------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`set_param` **(** :ref:`Param` param, :ref:`float` value **)** | +---------------------------+------------------------------------------------------------------------------------------------------------------------------------------------+ .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Enumerations ------------ .. _enum_HingeJoint3D_Param: .. rst-class:: classref-enumeration enum **Param**: .. _class_HingeJoint3D_constant_PARAM_BIAS: .. rst-class:: classref-enumeration-constant :ref:`Param` **PARAM_BIAS** = ``0`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. _class_HingeJoint3D_constant_PARAM_LIMIT_UPPER: .. rst-class:: classref-enumeration-constant :ref:`Param` **PARAM_LIMIT_UPPER** = ``1`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. _class_HingeJoint3D_constant_PARAM_LIMIT_LOWER: .. rst-class:: classref-enumeration-constant :ref:`Param` **PARAM_LIMIT_LOWER** = ``2`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. _class_HingeJoint3D_constant_PARAM_LIMIT_BIAS: .. rst-class:: classref-enumeration-constant :ref:`Param` **PARAM_LIMIT_BIAS** = ``3`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. _class_HingeJoint3D_constant_PARAM_LIMIT_SOFTNESS: .. rst-class:: classref-enumeration-constant :ref:`Param` **PARAM_LIMIT_SOFTNESS** = ``4`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. _class_HingeJoint3D_constant_PARAM_LIMIT_RELAXATION: .. rst-class:: classref-enumeration-constant :ref:`Param` **PARAM_LIMIT_RELAXATION** = ``5`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. _class_HingeJoint3D_constant_PARAM_MOTOR_TARGET_VELOCITY: .. rst-class:: classref-enumeration-constant :ref:`Param` **PARAM_MOTOR_TARGET_VELOCITY** = ``6`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. _class_HingeJoint3D_constant_PARAM_MOTOR_MAX_IMPULSE: .. rst-class:: classref-enumeration-constant :ref:`Param` **PARAM_MOTOR_MAX_IMPULSE** = ``7`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. _class_HingeJoint3D_constant_PARAM_MAX: .. rst-class:: classref-enumeration-constant :ref:`Param` **PARAM_MAX** = ``8`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _enum_HingeJoint3D_Flag: .. rst-class:: classref-enumeration enum **Flag**: .. _class_HingeJoint3D_constant_FLAG_USE_LIMIT: .. rst-class:: classref-enumeration-constant :ref:`Flag` **FLAG_USE_LIMIT** = ``0`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. _class_HingeJoint3D_constant_FLAG_ENABLE_MOTOR: .. rst-class:: classref-enumeration-constant :ref:`Flag` **FLAG_ENABLE_MOTOR** = ``1`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. _class_HingeJoint3D_constant_FLAG_MAX: .. rst-class:: classref-enumeration-constant :ref:`Flag` **FLAG_MAX** = ``2`` .. 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_HingeJoint3D_property_angular_limit/bias: .. rst-class:: classref-property :ref:`float` **angular_limit/bias** = ``0.3`` .. rst-class:: classref-property-setget - void **set_param** **(** :ref:`Param` param, :ref:`float` value **)** - :ref:`float` **get_param** **(** :ref:`Param` param **)** |const| .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_HingeJoint3D_property_angular_limit/enable: .. rst-class:: classref-property :ref:`bool` **angular_limit/enable** = ``false`` .. rst-class:: classref-property-setget - void **set_flag** **(** :ref:`Flag` flag, :ref:`bool` enabled **)** - :ref:`bool` **get_flag** **(** :ref:`Flag` flag **)** |const| .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_HingeJoint3D_property_angular_limit/lower: .. rst-class:: classref-property :ref:`float` **angular_limit/lower** = ``-1.5708`` .. rst-class:: classref-property-setget - void **set_param** **(** :ref:`Param` param, :ref:`float` value **)** - :ref:`float` **get_param** **(** :ref:`Param` param **)** |const| .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_HingeJoint3D_property_angular_limit/relaxation: .. rst-class:: classref-property :ref:`float` **angular_limit/relaxation** = ``1.0`` .. rst-class:: classref-property-setget - void **set_param** **(** :ref:`Param` param, :ref:`float` value **)** - :ref:`float` **get_param** **(** :ref:`Param` param **)** |const| .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_HingeJoint3D_property_angular_limit/softness: .. rst-class:: classref-property :ref:`float` **angular_limit/softness** = ``0.9`` .. rst-class:: classref-property-setget - void **set_param** **(** :ref:`Param` param, :ref:`float` value **)** - :ref:`float` **get_param** **(** :ref:`Param` param **)** |const| .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_HingeJoint3D_property_angular_limit/upper: .. rst-class:: classref-property :ref:`float` **angular_limit/upper** = ``1.5708`` .. rst-class:: classref-property-setget - void **set_param** **(** :ref:`Param` param, :ref:`float` value **)** - :ref:`float` **get_param** **(** :ref:`Param` param **)** |const| .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_HingeJoint3D_property_motor/enable: .. rst-class:: classref-property :ref:`bool` **motor/enable** = ``false`` .. rst-class:: classref-property-setget - void **set_flag** **(** :ref:`Flag` flag, :ref:`bool` enabled **)** - :ref:`bool` **get_flag** **(** :ref:`Flag` flag **)** |const| .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_HingeJoint3D_property_motor/max_impulse: .. rst-class:: classref-property :ref:`float` **motor/max_impulse** = ``1.0`` .. rst-class:: classref-property-setget - void **set_param** **(** :ref:`Param` param, :ref:`float` value **)** - :ref:`float` **get_param** **(** :ref:`Param` param **)** |const| .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_HingeJoint3D_property_motor/target_velocity: .. rst-class:: classref-property :ref:`float` **motor/target_velocity** = ``1.0`` .. rst-class:: classref-property-setget - void **set_param** **(** :ref:`Param` param, :ref:`float` value **)** - :ref:`float` **get_param** **(** :ref:`Param` param **)** |const| .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_HingeJoint3D_property_params/bias: .. rst-class:: classref-property :ref:`float` **params/bias** = ``0.3`` .. rst-class:: classref-property-setget - void **set_param** **(** :ref:`Param` param, :ref:`float` value **)** - :ref:`float` **get_param** **(** :ref:`Param` param **)** |const| .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Method Descriptions ------------------- .. _class_HingeJoint3D_method_get_flag: .. rst-class:: classref-method :ref:`bool` **get_flag** **(** :ref:`Flag` flag **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_HingeJoint3D_method_get_param: .. rst-class:: classref-method :ref:`float` **get_param** **(** :ref:`Param` param **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_HingeJoint3D_method_set_flag: .. rst-class:: classref-method void **set_flag** **(** :ref:`Flag` flag, :ref:`bool` enabled **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_HingeJoint3D_method_set_param: .. rst-class:: classref-method void **set_param** **(** :ref:`Param` param, :ref:`float` value **)** .. 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.)`