class_joint.rst 4.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  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_Joint:
  4. Joint
  5. =====
  6. **Inherits:** :ref:`Spatial<class_spatial>` **<** :ref:`Node<class_node>` **<** :ref:`Object<class_object>`
  7. **Inherited By:** :ref:`ConeTwistJoint<class_conetwistjoint>`, :ref:`SliderJoint<class_sliderjoint>`, :ref:`Generic6DOFJoint<class_generic6dofjoint>`, :ref:`HingeJoint<class_hingejoint>`, :ref:`PinJoint<class_pinjoint>`
  8. **Category:** Core
  9. Brief Description
  10. -----------------
  11. Member Functions
  12. ----------------
  13. +----------------------------------+------------------------------------------------------------------------------------------------------------------------------------+
  14. | :ref:`bool<class_bool>` | :ref:`get_exclude_nodes_from_collision<class_Joint_get_exclude_nodes_from_collision>` **(** **)** const |
  15. +----------------------------------+------------------------------------------------------------------------------------------------------------------------------------+
  16. | :ref:`NodePath<class_nodepath>` | :ref:`get_node_a<class_Joint_get_node_a>` **(** **)** const |
  17. +----------------------------------+------------------------------------------------------------------------------------------------------------------------------------+
  18. | :ref:`NodePath<class_nodepath>` | :ref:`get_node_b<class_Joint_get_node_b>` **(** **)** const |
  19. +----------------------------------+------------------------------------------------------------------------------------------------------------------------------------+
  20. | :ref:`int<class_int>` | :ref:`get_solver_priority<class_Joint_get_solver_priority>` **(** **)** const |
  21. +----------------------------------+------------------------------------------------------------------------------------------------------------------------------------+
  22. | void | :ref:`set_exclude_nodes_from_collision<class_Joint_set_exclude_nodes_from_collision>` **(** :ref:`bool<class_bool>` enable **)** |
  23. +----------------------------------+------------------------------------------------------------------------------------------------------------------------------------+
  24. | void | :ref:`set_node_a<class_Joint_set_node_a>` **(** :ref:`NodePath<class_nodepath>` node **)** |
  25. +----------------------------------+------------------------------------------------------------------------------------------------------------------------------------+
  26. | void | :ref:`set_node_b<class_Joint_set_node_b>` **(** :ref:`NodePath<class_nodepath>` node **)** |
  27. +----------------------------------+------------------------------------------------------------------------------------------------------------------------------------+
  28. | void | :ref:`set_solver_priority<class_Joint_set_solver_priority>` **(** :ref:`int<class_int>` priority **)** |
  29. +----------------------------------+------------------------------------------------------------------------------------------------------------------------------------+
  30. Member Function Description
  31. ---------------------------
  32. .. _class_Joint_get_exclude_nodes_from_collision:
  33. - :ref:`bool<class_bool>` **get_exclude_nodes_from_collision** **(** **)** const
  34. .. _class_Joint_get_node_a:
  35. - :ref:`NodePath<class_nodepath>` **get_node_a** **(** **)** const
  36. .. _class_Joint_get_node_b:
  37. - :ref:`NodePath<class_nodepath>` **get_node_b** **(** **)** const
  38. .. _class_Joint_get_solver_priority:
  39. - :ref:`int<class_int>` **get_solver_priority** **(** **)** const
  40. .. _class_Joint_set_exclude_nodes_from_collision:
  41. - void **set_exclude_nodes_from_collision** **(** :ref:`bool<class_bool>` enable **)**
  42. .. _class_Joint_set_node_a:
  43. - void **set_node_a** **(** :ref:`NodePath<class_nodepath>` node **)**
  44. .. _class_Joint_set_node_b:
  45. - void **set_node_b** **(** :ref:`NodePath<class_nodepath>` node **)**
  46. .. _class_Joint_set_solver_priority:
  47. - void **set_solver_priority** **(** :ref:`int<class_int>` priority **)**