class_pinjoint.rst 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  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_PinJoint:
  4. PinJoint
  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_PinJoint_get_param>` **(** :ref:`int<class_int>` param **)** const |
  14. +----------------------------+-----------------------------------------------------------------------------------------------------------------------+
  15. | void | :ref:`set_param<class_PinJoint_set_param>` **(** :ref:`int<class_int>` param, :ref:`float<class_float>` value **)** |
  16. +----------------------------+-----------------------------------------------------------------------------------------------------------------------+
  17. Numeric Constants
  18. -----------------
  19. - **PARAM_BIAS** = **0**
  20. - **PARAM_DAMPING** = **1**
  21. - **PARAM_IMPULSE_CLAMP** = **2**
  22. Member Function Description
  23. ---------------------------
  24. .. _class_PinJoint_get_param:
  25. - :ref:`float<class_float>` **get_param** **(** :ref:`int<class_int>` param **)** const
  26. .. _class_PinJoint_set_param:
  27. - void **set_param** **(** :ref:`int<class_int>` param, :ref:`float<class_float>` value **)**