diff options
Diffstat (limited to 'doc/classes/XRInterface.xml')
-rw-r--r-- | doc/classes/XRInterface.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/classes/XRInterface.xml b/doc/classes/XRInterface.xml index 96a6f5decd..223953ff79 100644 --- a/doc/classes/XRInterface.xml +++ b/doc/classes/XRInterface.xml @@ -70,7 +70,7 @@ <description> Returns the transform for a view/eye. [param view] is the view/eye index. - [param cam_transform] is the transform that maps device coordinates to scene coordinates, typically the global_transform of the current XROrigin3D. + [param cam_transform] is the transform that maps device coordinates to scene coordinates, typically the [member Node3D.global_transform] of the current XROrigin3D. </description> </method> <method name="get_view_count"> @@ -246,7 +246,7 @@ Player is free to move around, full positional tracking. </constant> <constant name="XR_PLAY_AREA_STAGE" value="4" enum="PlayAreaMode"> - Same as roomscale but origin point is fixed to the center of the physical space, XRServer.center_on_hmd disabled. + Same as [constant XR_PLAY_AREA_ROOMSCALE] but origin point is fixed to the center of the physical space, [method XRServer.center_on_hmd] disabled. </constant> <constant name="XR_ENV_BLEND_MODE_OPAQUE" value="0" enum="EnvironmentBlendMode"> Opaque blend mode. This is typically used for VR devices. |