diff options
author | Markus Sauermann <6299227+Sauermann@users.noreply.github.com> | 2022-09-18 23:18:29 +0200 |
---|---|---|
committer | Markus Sauermann <6299227+Sauermann@users.noreply.github.com> | 2023-01-31 23:14:57 +0100 |
commit | 7e056f1b3761403add50adb2e724b979899d3836 (patch) | |
tree | fec9a77fb1f2c3803d2b7d15959b5976ac99bb9f /doc | |
parent | 97df6de4a77393069c639a57d22bebb2f6f54680 (diff) |
Fix physics events being interpreted twice when in canvas layer
Diffstat (limited to 'doc')
-rw-r--r-- | doc/classes/PhysicsPointQueryParameters2D.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/classes/PhysicsPointQueryParameters2D.xml b/doc/classes/PhysicsPointQueryParameters2D.xml index 76dc816dab..15102830f8 100644 --- a/doc/classes/PhysicsPointQueryParameters2D.xml +++ b/doc/classes/PhysicsPointQueryParameters2D.xml @@ -11,6 +11,7 @@ <members> <member name="canvas_instance_id" type="int" setter="set_canvas_instance_id" getter="get_canvas_instance_id" default="0"> If different from [code]0[/code], restricts the query to a specific canvas layer specified by its instance ID. See [method Object.get_instance_id]. + If [code]0[/code], restricts the query to the Viewport's default canvas layer. </member> <member name="collide_with_areas" type="bool" setter="set_collide_with_areas" getter="is_collide_with_areas_enabled" default="false"> If [code]true[/code], the query will take [Area2D]s into account. |