diff options
author | bruvzg <7645683+bruvzg@users.noreply.github.com> | 2023-06-12 10:55:26 +0300 |
---|---|---|
committer | bruvzg <7645683+bruvzg@users.noreply.github.com> | 2023-06-12 14:13:53 +0300 |
commit | 974a7a89c60e9f186edce82a6f29669abfe997be (patch) | |
tree | 496e1937d31e6258c9e8008a920e011e6fea5bed /doc/classes | |
parent | 54ab17eb2111604f9d28c09b30083dbdae32d765 (diff) | |
download | redot-engine-974a7a89c60e9f186edce82a6f29669abfe997be.tar.gz |
[iOS] Fix orientation change in runtime.
Diffstat (limited to 'doc/classes')
-rw-r--r-- | doc/classes/DisplayServer.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/classes/DisplayServer.xml b/doc/classes/DisplayServer.xml index c7df562304..cd39543c45 100644 --- a/doc/classes/DisplayServer.xml +++ b/doc/classes/DisplayServer.xml @@ -961,6 +961,7 @@ <param index="1" name="screen" type="int" default="-1" /> <description> Sets the [param screen]'s [param orientation]. See also [method screen_get_orientation]. + [b]Note:[/b] On iOS, this method has no effect if [member ProjectSettings.display/window/handheld/orientation] is not set to [constant SCREEN_SENSOR]. </description> </method> <method name="set_icon"> |