Sync classref with current source

This commit is contained in:
Rémi Verschelde
2019-10-29 12:48:46 +01:00
parent bbc6682099
commit a72184300f
449 changed files with 14004 additions and 232 deletions

View File

@@ -55,6 +55,8 @@ Property Descriptions
When :ref:`node_a<class_Joint2D_property_node_a>` and :ref:`node_b<class_Joint2D_property_node_b>` move in different directions the ``bias`` controls how fast the joint pulls them back to their original position. The lower the ``bias`` the more the two bodies can pull on the joint.
----
.. _class_Joint2D_property_disable_collision:
- :ref:`bool<class_bool>` **disable_collision**
@@ -69,6 +71,8 @@ When :ref:`node_a<class_Joint2D_property_node_a>` and :ref:`node_b<class_Joint2D
If ``true``, :ref:`node_a<class_Joint2D_property_node_a>` and :ref:`node_b<class_Joint2D_property_node_b>` can collide.
----
.. _class_Joint2D_property_node_a:
- :ref:`NodePath<class_NodePath>` **node_a**
@@ -83,6 +87,8 @@ If ``true``, :ref:`node_a<class_Joint2D_property_node_a>` and :ref:`node_b<class
The first body attached to the joint. Must derive from :ref:`PhysicsBody2D<class_PhysicsBody2D>`.
----
.. _class_Joint2D_property_node_b:
- :ref:`NodePath<class_NodePath>` **node_b**