diff options
Diffstat (limited to 'doc/classes/ARVROrigin.xml')
-rw-r--r-- | doc/classes/ARVROrigin.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/ARVROrigin.xml b/doc/classes/ARVROrigin.xml index cd0e616977..b6b55741aa 100644 --- a/doc/classes/ARVROrigin.xml +++ b/doc/classes/ARVROrigin.xml @@ -14,7 +14,7 @@ <methods> </methods> <members> - <member name="world_scale" type="float" setter="set_world_scale" getter="get_world_scale"> + <member name="world_scale" type="float" setter="set_world_scale" getter="get_world_scale" default="1.0"> Allows you to adjust the scale to your game's units. Most AR/VR platforms assume a scale of 1 game world unit = 1 real world meter. [b]Note:[/b] This method is a passthrough to the [ARVRServer] itself. </member> |