mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-05 22:09:56 +03:00
Sync classref with current source
This commit is contained in:
@@ -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**
|
||||
|
||||
Reference in New Issue
Block a user