From c1379523ea597c7d570953cea363172a21ea2755 Mon Sep 17 00:00:00 2001 From: Mikael Hermansson Date: Fri, 23 Dec 2022 14:00:32 +0100 Subject: Bind methods related to disabling collision between joint bodies --- doc/classes/PhysicsServer2D.xml | 15 +++++++++++++++ doc/classes/PhysicsServer3D.xml | 15 +++++++++++++++ doc/classes/PhysicsServer3DExtension.xml | 13 +++++++++++++ 3 files changed, 43 insertions(+) (limited to 'doc/classes') diff --git a/doc/classes/PhysicsServer2D.xml b/doc/classes/PhysicsServer2D.xml index 18ac8a11df..2d25965180 100644 --- a/doc/classes/PhysicsServer2D.xml +++ b/doc/classes/PhysicsServer2D.xml @@ -736,6 +736,14 @@ + + + + + + Sets whether the bodies attached to the [Joint2D] will collide with each other. + + @@ -751,6 +759,13 @@ Returns a joint's type (see [enum JointType]). + + + + + Returns whether the bodies attached to the [Joint2D] will collide with each other. + + diff --git a/doc/classes/PhysicsServer3D.xml b/doc/classes/PhysicsServer3D.xml index 95f7fb69a2..e62bda0dd3 100644 --- a/doc/classes/PhysicsServer3D.xml +++ b/doc/classes/PhysicsServer3D.xml @@ -815,6 +815,14 @@ + + + + + + Sets whether the bodies attached to the [Joint3D] will collide with each other. + + @@ -829,6 +837,13 @@ Returns the type of the Joint3D. + + + + + Returns whether the bodies attached to the [Joint3D] will collide with each other. + + diff --git a/doc/classes/PhysicsServer3DExtension.xml b/doc/classes/PhysicsServer3DExtension.xml index 1e9df54de5..d45cb17510 100644 --- a/doc/classes/PhysicsServer3DExtension.xml +++ b/doc/classes/PhysicsServer3DExtension.xml @@ -772,6 +772,13 @@ + + + + + + + @@ -784,6 +791,12 @@ + + + + + + -- cgit v1.2.3