classref: Sync with current master branch (0bcc0e9)

This commit is contained in:
Godot Organization
2024-01-20 03:19:42 +00:00
parent 0e05624130
commit c535239607
59 changed files with 1311 additions and 176 deletions
+24
View File
@@ -132,6 +132,10 @@ enum **JointType**:
:ref:`JointType<enum_PhysicalBone3D_JointType>` **JOINT_TYPE_NONE** = ``0``
.. container:: contribute
There is currently no description for this enum. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
.. _class_PhysicalBone3D_constant_JOINT_TYPE_PIN:
@@ -140,6 +144,10 @@ enum **JointType**:
:ref:`JointType<enum_PhysicalBone3D_JointType>` **JOINT_TYPE_PIN** = ``1``
.. container:: contribute
There is currently no description for this enum. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
.. _class_PhysicalBone3D_constant_JOINT_TYPE_CONE:
@@ -148,6 +156,10 @@ enum **JointType**:
:ref:`JointType<enum_PhysicalBone3D_JointType>` **JOINT_TYPE_CONE** = ``2``
.. container:: contribute
There is currently no description for this enum. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
.. _class_PhysicalBone3D_constant_JOINT_TYPE_HINGE:
@@ -156,6 +168,10 @@ enum **JointType**:
:ref:`JointType<enum_PhysicalBone3D_JointType>` **JOINT_TYPE_HINGE** = ``3``
.. container:: contribute
There is currently no description for this enum. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
.. _class_PhysicalBone3D_constant_JOINT_TYPE_SLIDER:
@@ -164,6 +180,10 @@ enum **JointType**:
:ref:`JointType<enum_PhysicalBone3D_JointType>` **JOINT_TYPE_SLIDER** = ``4``
.. container:: contribute
There is currently no description for this enum. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
.. _class_PhysicalBone3D_constant_JOINT_TYPE_6DOF:
@@ -172,6 +192,10 @@ enum **JointType**:
:ref:`JointType<enum_PhysicalBone3D_JointType>` **JOINT_TYPE_6DOF** = ``5``
.. container:: contribute
There is currently no description for this enum. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
.. rst-class:: classref-section-separator