diff options
author | David Snopek <dsnopek@gmail.com> | 2024-01-30 10:30:54 -0600 |
---|---|---|
committer | David Snopek <dsnopek@gmail.com> | 2024-01-31 12:58:22 -0600 |
commit | 5935bfa8603b7c22df4ea777a688723a408e6c5d (patch) | |
tree | 5cb3c3453fbb5a2e74442e7902b93e5d3cd35191 /doc/classes/XRServer.xml | |
parent | 51991e20143a39e9ef0107163eaf283ca0a761ea (diff) | |
download | redot-engine-5935bfa8603b7c22df4ea777a688723a408e6c5d.tar.gz |
OpenXR: Allow changing play area mode during active session
Diffstat (limited to 'doc/classes/XRServer.xml')
-rw-r--r-- | doc/classes/XRServer.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/classes/XRServer.xml b/doc/classes/XRServer.xml index e98b6f3780..2f106af340 100644 --- a/doc/classes/XRServer.xml +++ b/doc/classes/XRServer.xml @@ -37,6 +37,12 @@ You should call this method after a few seconds have passed. For example, when the user requests a realignment of the display holding a designated button on a controller for a short period of time, or when implementing a teleport mechanism. </description> </method> + <method name="clear_reference_frame" qualifiers="const"> + <return type="Transform3D" /> + <description> + Clears the reference frame that was set by previous calls to [method center_on_hmd]. + </description> + </method> <method name="find_interface" qualifiers="const"> <return type="XRInterface" /> <param index="0" name="name" type="String" /> |