class_conetwistjoint.rst 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. .. Generated automatically by doc/tools/makerst.py in Godot's source tree.
  2. .. DO NOT EDIT THIS FILE, but the doc/base/classes.xml source instead.
  3. .. _class_ConeTwistJoint:
  4. ConeTwistJoint
  5. ==============
  6. **Inherits:** :ref:`Joint<class_joint>` **<** :ref:`Spatial<class_spatial>` **<** :ref:`Node<class_node>` **<** :ref:`Object<class_object>`
  7. **Category:** Core
  8. Brief Description
  9. -----------------
  10. Member Functions
  11. ----------------
  12. +----------------------------+-----------------------------------------------------------------------------------------------------------------------------+
  13. | :ref:`float<class_float>` | :ref:`get_param<class_ConeTwistJoint_get_param>` **(** :ref:`int<class_int>` param **)** const |
  14. +----------------------------+-----------------------------------------------------------------------------------------------------------------------------+
  15. | void | :ref:`set_param<class_ConeTwistJoint_set_param>` **(** :ref:`int<class_int>` param, :ref:`float<class_float>` value **)** |
  16. +----------------------------+-----------------------------------------------------------------------------------------------------------------------------+
  17. Numeric Constants
  18. -----------------
  19. - **PARAM_SWING_SPAN** = **0**
  20. - **PARAM_TWIST_SPAN** = **1**
  21. - **PARAM_BIAS** = **2**
  22. - **PARAM_SOFTNESS** = **3**
  23. - **PARAM_RELAXATION** = **4**
  24. - **PARAM_MAX** = **5**
  25. Member Function Description
  26. ---------------------------
  27. .. _class_ConeTwistJoint_get_param:
  28. - :ref:`float<class_float>` **get_param** **(** :ref:`int<class_int>` param **)** const
  29. .. _class_ConeTwistJoint_set_param:
  30. - void **set_param** **(** :ref:`int<class_int>` param, :ref:`float<class_float>` value **)**