summaryrefslogtreecommitdiff
path: root/doc/classes/ARVRServer.xml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/classes/ARVRServer.xml')
-rw-r--r--doc/classes/ARVRServer.xml16
1 files changed, 0 insertions, 16 deletions
diff --git a/doc/classes/ARVRServer.xml b/doc/classes/ARVRServer.xml
index 0173d78674..289a8c022e 100644
--- a/doc/classes/ARVRServer.xml
+++ b/doc/classes/ARVRServer.xml
@@ -82,13 +82,6 @@
Get the number of trackers currently registered.
</description>
</method>
- <method name="get_world_scale" qualifiers="const">
- <return type="float">
- </return>
- <description>
- Returns our world scale (see ARVROrigin for more information).
- </description>
- </method>
<method name="set_primary_interface">
<return type="void">
</return>
@@ -98,15 +91,6 @@
Changes the primary interface to the specified interface. Again mostly exposed for GDNative interfaces.
</description>
</method>
- <method name="set_world_scale">
- <return type="void">
- </return>
- <argument index="0" name="arg0" type="float">
- </argument>
- <description>
- Changing the world scale, see the ARVROrigin documentation for more information.
- </description>
- </method>
</methods>
<members>
<member name="world_scale" type="float" setter="set_world_scale" getter="get_world_scale">