fix missing "s" in Viewport docs
(cherry picked from commit 63456bdd8a
)
This commit is contained in:
parent
9150d35699
commit
27bfacd425
@ -252,7 +252,7 @@
|
|||||||
The global canvas transform of the viewport. The canvas transform is relative to this.
|
The global canvas transform of the viewport. The canvas transform is relative to this.
|
||||||
</member>
|
</member>
|
||||||
<member name="gui_disable_input" type="bool" setter="set_disable_input" getter="is_input_disabled" default="false">
|
<member name="gui_disable_input" type="bool" setter="set_disable_input" getter="is_input_disabled" default="false">
|
||||||
If [code]true[/code], the viewport will not receive input event.
|
If [code]true[/code], the viewport will not receive input events.
|
||||||
</member>
|
</member>
|
||||||
<member name="gui_snap_controls_to_pixels" type="bool" setter="set_snap_controls_to_pixels" getter="is_snap_controls_to_pixels_enabled" default="true">
|
<member name="gui_snap_controls_to_pixels" type="bool" setter="set_snap_controls_to_pixels" getter="is_snap_controls_to_pixels_enabled" default="true">
|
||||||
If [code]true[/code], the GUI controls on the viewport will lay pixel perfectly.
|
If [code]true[/code], the GUI controls on the viewport will lay pixel perfectly.
|
||||||
|
Loading…
Reference in New Issue
Block a user