Use capitalized ID in the doc
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
</tutorials>
|
||||
<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 different from [code]0[/code], restricts the query to a specific canvas layer specified by its instance ID. See [method Object.get_instance_id].
|
||||
</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.
|
||||
|
||||
Reference in New Issue
Block a user