From 4453d63bb0ce6ef891da3f0131e212ae54bde12c Mon Sep 17 00:00:00 2001 From: Ricardo Buring Date: Wed, 23 Nov 2022 18:32:30 +0100 Subject: Update remaining physics exclude parameters to use TypedArray Also update the documentation to refer to the get_rid() method. --- doc/classes/PhysicsShapeQueryParameters3D.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/classes/PhysicsShapeQueryParameters3D.xml') diff --git a/doc/classes/PhysicsShapeQueryParameters3D.xml b/doc/classes/PhysicsShapeQueryParameters3D.xml index 64100f847b..a3ff1765f9 100644 --- a/doc/classes/PhysicsShapeQueryParameters3D.xml +++ b/doc/classes/PhysicsShapeQueryParameters3D.xml @@ -18,8 +18,8 @@ The physics layers the query will detect (as a bitmask). By default, all collision layers are detected. See [url=$DOCS_URL/tutorials/physics/physics_introduction.html#collision-layers-and-masks]Collision layers and masks[/url] in the documentation for more information. - - The list of objects or object [RID]s that will be excluded from collisions. + + The list of object [RID]s that will be excluded from collisions. Use [method CollisionObject3D.get_rid] to get the [RID] associated with a [CollisionObject3D]-derived node. The collision margin for the shape. -- cgit v1.2.3