From bfbb63129a5dff4a4deab7e23c23ed867bdee751 Mon Sep 17 00:00:00 2001 From: Yobbolita Date: Tue, 18 Mar 2025 00:43:11 +0100 Subject: [PATCH] Improve the PhysicsShapeQueryParameters3D's description Made it clearer that this class is used in several of PhysicsDirectSpaceState3D's methods and not just on `intersect_shape()`. --- doc/classes/PhysicsShapeQueryParameters2D.xml | 4 ++-- doc/classes/PhysicsShapeQueryParameters3D.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/classes/PhysicsShapeQueryParameters2D.xml b/doc/classes/PhysicsShapeQueryParameters2D.xml index 3687a4dc5a8..b473a242a80 100644 --- a/doc/classes/PhysicsShapeQueryParameters2D.xml +++ b/doc/classes/PhysicsShapeQueryParameters2D.xml @@ -1,10 +1,10 @@ - Provides parameters for [method PhysicsDirectSpaceState2D.intersect_shape]. + Provides parameters for [PhysicsDirectSpaceState2D]'s methods. - By changing various properties of this object, such as the shape, you can configure the parameters for [method PhysicsDirectSpaceState2D.intersect_shape]. + By changing various properties of this object, such as the shape, you can configure the parameters for [PhysicsDirectSpaceState2D]'s methods. diff --git a/doc/classes/PhysicsShapeQueryParameters3D.xml b/doc/classes/PhysicsShapeQueryParameters3D.xml index f05322f1ab9..757a8d62013 100644 --- a/doc/classes/PhysicsShapeQueryParameters3D.xml +++ b/doc/classes/PhysicsShapeQueryParameters3D.xml @@ -1,10 +1,10 @@ - Provides parameters for [method PhysicsDirectSpaceState3D.intersect_shape]. + Provides parameters for [PhysicsDirectSpaceState3D]'s methods. - By changing various properties of this object, such as the shape, you can configure the parameters for [method PhysicsDirectSpaceState3D.intersect_shape]. + By changing various properties of this object, such as the shape, you can configure the parameters for [PhysicsDirectSpaceState3D]'s methods.