From 16d612dccc992d64d65d920ff2639f04d99aec51 Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Mon, 9 Dec 2019 15:16:28 +0100 Subject: Improve the Shape/Shape2D classes documentation --- doc/classes/PhysicsShapeQueryParameters.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'doc/classes/PhysicsShapeQueryParameters.xml') diff --git a/doc/classes/PhysicsShapeQueryParameters.xml b/doc/classes/PhysicsShapeQueryParameters.xml index 7d7307592e..d56247fcaf 100644 --- a/doc/classes/PhysicsShapeQueryParameters.xml +++ b/doc/classes/PhysicsShapeQueryParameters.xml @@ -1,8 +1,10 @@ + Parameters to be sent to a 3D shape physics query. + This class contains the shape and other parameters for 3D intersection/collision queries. See also [PhysicsShapeQueryResult]. @@ -13,23 +15,31 @@ + Sets the [Shape] that will be used for collision/intersection queries. + If [code]true[/code], the query will take [Area]s into account. + If [code]true[/code], the query will take [PhysicsBody]s into account. + The physics layer(s) the query will take into account (as a bitmask). + The list of objects or object [RID]s that will be excluded from collisions. + The collision margin for the shape. + The queried shape's [RID]. See also [method set_shape]. + The queried shape's transform matrix. -- cgit v1.2.3