Merge pull request #6781 from volzhs/unnecessary-parentheses
Remove unnecessary parentheses [ci skip]
This commit is contained in:
commit
abfa42dd39
1 changed files with 2 additions and 2 deletions
|
@ -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 a new issue