From 82dac646598fb4799165952460cf8e4479f9fbef Mon Sep 17 00:00:00 2001 From: Raul Santos Date: Sat, 29 Oct 2022 19:41:03 +0200 Subject: Change exclude property in `PhysicsRayQueryParameters3D` to TypedArray Change type of exclude property from `Vector` to `TypedArray` which is consistent with the 2D version. --- doc/classes/PhysicsRayQueryParameters3D.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/classes') diff --git a/doc/classes/PhysicsRayQueryParameters3D.xml b/doc/classes/PhysicsRayQueryParameters3D.xml index 620aa6bf5f..03d6939e6d 100644 --- a/doc/classes/PhysicsRayQueryParameters3D.xml +++ b/doc/classes/PhysicsRayQueryParameters3D.xml @@ -14,7 +14,7 @@ - + Returns a new, pre-configured [PhysicsRayQueryParameters3D] object. Use it to quickly create query parameters using the most common options. [codeblock] @@ -34,7 +34,7 @@ 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. -- cgit v1.2.3