Skip to content

Commit

Permalink
Merge pull request #9228 from godotengine/classref/sync-578d937
Browse files Browse the repository at this point in the history
classref: Sync with current master branch (578d937)
  • Loading branch information
mhilbrunner authored Apr 14, 2024
2 parents ce8f5ae + d8af2df commit 08f4be3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions classes/class_physicsserver2dextension.rst
Original file line number Diff line number Diff line change
Expand Up @@ -594,7 +594,7 @@ Overridable version of :ref:`PhysicsServer2D.area_set_param<class_PhysicsServer2

If set to ``true``, allows the area with the given :ref:`RID<class_RID>` to detect mouse inputs when the mouse cursor is hovering on it.

Overridable version of :ref:`PhysicsServer2D<class_PhysicsServer2D>`'s internal ``area_set_pickable`` method. Corresponds to :ref:`PhysicsBody2D.input_pickable<class_PhysicsBody2D_property_input_pickable>`.
Overridable version of :ref:`PhysicsServer2D<class_PhysicsServer2D>`'s internal ``area_set_pickable`` method. Corresponds to :ref:`CollisionObject2D.input_pickable<class_CollisionObject2D_property_input_pickable>`.

.. rst-class:: classref-item-separator

Expand Down Expand Up @@ -1300,7 +1300,7 @@ Overridable version of :ref:`PhysicsServer2D.body_set_param<class_PhysicsServer2

If set to ``true``, allows the body with the given :ref:`RID<class_RID>` to detect mouse inputs when the mouse cursor is hovering on it.

Overridable version of :ref:`PhysicsServer2D<class_PhysicsServer2D>`'s internal ``body_set_pickable`` method. Corresponds to :ref:`PhysicsBody2D.input_pickable<class_PhysicsBody2D_property_input_pickable>`.
Overridable version of :ref:`PhysicsServer2D<class_PhysicsServer2D>`'s internal ``body_set_pickable`` method. Corresponds to :ref:`CollisionObject2D.input_pickable<class_CollisionObject2D_property_input_pickable>`.

.. rst-class:: classref-item-separator

Expand Down

0 comments on commit 08f4be3

Please sign in to comment.