summaryrefslogtreecommitdiffstats
path: root/doc/classes
diff options
context:
space:
mode:
authorbruvzg <7645683+bruvzg@users.noreply.github.com>2023-06-12 10:55:26 +0300
committerbruvzg <7645683+bruvzg@users.noreply.github.com>2023-06-12 14:13:53 +0300
commit974a7a89c60e9f186edce82a6f29669abfe997be (patch)
tree496e1937d31e6258c9e8008a920e011e6fea5bed /doc/classes
parent54ab17eb2111604f9d28c09b30083dbdae32d765 (diff)
downloadredot-engine-974a7a89c60e9f186edce82a6f29669abfe997be.tar.gz
[iOS] Fix orientation change in runtime.
Diffstat (limited to 'doc/classes')
-rw-r--r--doc/classes/DisplayServer.xml1
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">