summaryrefslogtreecommitdiffstats
path: root/doc/classes/PhysicsRayQueryParameters3D.xml
diff options
context:
space:
mode:
authorayanchavand <ayan.chavand15@gmail.com>2024-07-08 10:34:25 +0530
committerayanchavand <ayan.chavand15@gmail.com>2024-07-08 18:46:29 +0530
commit34e2159d34d7331be97ee6502ea2f473320f26ce (patch)
treea27a4c6a86ce7f129595a9ba821231b278aa769f /doc/classes/PhysicsRayQueryParameters3D.xml
parent42e5b3ac2da07d2105c775977b39e6949c723ded (diff)
downloadredot-engine-34e2159d34d7331be97ee6502ea2f473320f26ce.tar.gz
Clarify that some exclude properties of physics query parameters are copied
Diffstat (limited to 'doc/classes/PhysicsRayQueryParameters3D.xml')
-rw-r--r--doc/classes/PhysicsRayQueryParameters3D.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/classes/PhysicsRayQueryParameters3D.xml b/doc/classes/PhysicsRayQueryParameters3D.xml
index b203b8f555..175b594fb0 100644
--- a/doc/classes/PhysicsRayQueryParameters3D.xml
+++ b/doc/classes/PhysicsRayQueryParameters3D.xml
@@ -36,6 +36,7 @@
</member>
<member name="exclude" type="RID[]" setter="set_exclude" getter="get_exclude" default="[]">
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.
+ [b]Note:[/b] The returned array is copied and any changes to it will not update the original property value. To update the value you need to modify the returned array, and then assign it to the property again.
</member>
<member name="from" type="Vector3" setter="set_from" getter="get_from" default="Vector3(0, 0, 0)">
The starting point of the ray being queried for, in global coordinates.