mirror of
https://github.com/godotengine/godot.git
synced 2024-11-12 23:24:26 +00:00
Remove unnecessary parentheses
This commit is contained in:
parent
78d97b060a
commit
42c72eee66
@ -11813,7 +11813,7 @@
|
||||
<argument index="1" name="canvas" type="Control">
|
||||
</argument>
|
||||
<description>
|
||||
This function is called every time the 2D canvas editor draws (which overlays over the edited scene). Drawing over the supplied control will draw over the edited scene. To convert from control coordinates to edited scene coordinates (including zoom and offset), a transform is also provided. If you require this control to be redraw, call [method update_canvas]().
|
||||
This function is called every time the 2D canvas editor draws (which overlays over the edited scene). Drawing over the supplied control will draw over the edited scene. To convert from control coordinates to edited scene coordinates (including zoom and offset), a transform is also provided. If you require this control to be redraw, call [method update_canvas].
|
||||
</description>
|
||||
</method>
|
||||
<method name="forward_spatial_input_event" qualifiers="virtual">
|
||||
@ -12010,7 +12010,7 @@
|
||||
</method>
|
||||
<method name="update_canvas">
|
||||
<description>
|
||||
Updates the control used to draw the edited scene over the 2D canvas. This is used together with [method forward_canvas_input_event]().
|
||||
Updates the control used to draw the edited scene over the 2D canvas. This is used together with [method forward_canvas_input_event].
|
||||
</description>
|
||||
</method>
|
||||
</methods>
|
||||
|
Loading…
Reference in New Issue
Block a user