.. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. .. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. .. XML source: https://github.com/godotengine/godot/tree/master/docs/gdscript/modules/mobile_vr/doc_classes/MobileVRInterface.xml. .. _class_MobileVRInterface: MobileVRInterface ================= **Inherits:** :ref:`XRInterface` **<** :ref:`RefCounted` **<** :ref:`Object` .. container:: contribute There is currently no description for this class. Please help us by :ref:`contributing one `! .. rst-class:: classref-reftable-group Properties ---------- .. table:: :widths: auto +----------------------------------------------------+--------------------------------------------------------------------------+------------------------------------------------------------------------------------+ | :ref:`float` | :ref:`display_to_lens` | ``4.0`` | +----------------------------------------------------+--------------------------------------------------------------------------+------------------------------------------------------------------------------------+ | :ref:`float` | :ref:`display_width` | ``14.5`` | +----------------------------------------------------+--------------------------------------------------------------------------+------------------------------------------------------------------------------------+ | :ref:`float` | :ref:`eye_height` | ``1.85`` | +----------------------------------------------------+--------------------------------------------------------------------------+------------------------------------------------------------------------------------+ | :ref:`float` | :ref:`iod` | ``6.0`` | +----------------------------------------------------+--------------------------------------------------------------------------+------------------------------------------------------------------------------------+ | :ref:`float` | :ref:`k1` | ``0.215`` | +----------------------------------------------------+--------------------------------------------------------------------------+------------------------------------------------------------------------------------+ | :ref:`float` | :ref:`k2` | ``0.215`` | +----------------------------------------------------+--------------------------------------------------------------------------+------------------------------------------------------------------------------------+ | :ref:`Rect2` | :ref:`offset_rect` | ``Rect2(0, 0, 1, 1)`` | +----------------------------------------------------+--------------------------------------------------------------------------+------------------------------------------------------------------------------------+ | :ref:`float` | :ref:`oversample` | ``1.5`` | +----------------------------------------------------+--------------------------------------------------------------------------+------------------------------------------------------------------------------------+ | :ref:`float` | :ref:`vrs_min_radius` | ``20.0`` | +----------------------------------------------------+--------------------------------------------------------------------------+------------------------------------------------------------------------------------+ | :ref:`float` | :ref:`vrs_strength` | ``1.0`` | +----------------------------------------------------+--------------------------------------------------------------------------+------------------------------------------------------------------------------------+ | :ref:`PlayAreaMode` | xr_play_area_mode | ``1`` (overrides :ref:`XRInterface`) | +----------------------------------------------------+--------------------------------------------------------------------------+------------------------------------------------------------------------------------+ .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Property Descriptions --------------------- .. _class_MobileVRInterface_property_display_to_lens: .. rst-class:: classref-property :ref:`float` **display_to_lens** = ``4.0`` .. rst-class:: classref-property-setget - void **set_display_to_lens** **(** :ref:`float` value **)** - :ref:`float` **get_display_to_lens** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_MobileVRInterface_property_display_width: .. rst-class:: classref-property :ref:`float` **display_width** = ``14.5`` .. rst-class:: classref-property-setget - void **set_display_width** **(** :ref:`float` value **)** - :ref:`float` **get_display_width** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_MobileVRInterface_property_eye_height: .. rst-class:: classref-property :ref:`float` **eye_height** = ``1.85`` .. rst-class:: classref-property-setget - void **set_eye_height** **(** :ref:`float` value **)** - :ref:`float` **get_eye_height** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_MobileVRInterface_property_iod: .. rst-class:: classref-property :ref:`float` **iod** = ``6.0`` .. rst-class:: classref-property-setget - void **set_iod** **(** :ref:`float` value **)** - :ref:`float` **get_iod** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_MobileVRInterface_property_k1: .. rst-class:: classref-property :ref:`float` **k1** = ``0.215`` .. rst-class:: classref-property-setget - void **set_k1** **(** :ref:`float` value **)** - :ref:`float` **get_k1** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_MobileVRInterface_property_k2: .. rst-class:: classref-property :ref:`float` **k2** = ``0.215`` .. rst-class:: classref-property-setget - void **set_k2** **(** :ref:`float` value **)** - :ref:`float` **get_k2** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_MobileVRInterface_property_offset_rect: .. rst-class:: classref-property :ref:`Rect2` **offset_rect** = ``Rect2(0, 0, 1, 1)`` .. rst-class:: classref-property-setget - void **set_offset_rect** **(** :ref:`Rect2` value **)** - :ref:`Rect2` **get_offset_rect** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_MobileVRInterface_property_oversample: .. rst-class:: classref-property :ref:`float` **oversample** = ``1.5`` .. rst-class:: classref-property-setget - void **set_oversample** **(** :ref:`float` value **)** - :ref:`float` **get_oversample** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_MobileVRInterface_property_vrs_min_radius: .. rst-class:: classref-property :ref:`float` **vrs_min_radius** = ``20.0`` .. rst-class:: classref-property-setget - void **set_vrs_min_radius** **(** :ref:`float` value **)** - :ref:`float` **get_vrs_min_radius** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_MobileVRInterface_property_vrs_strength: .. rst-class:: classref-property :ref:`float` **vrs_strength** = ``1.0`` .. rst-class:: classref-property-setget - void **set_vrs_strength** **(** :ref:`float` value **)** - :ref:`float` **get_vrs_strength** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)` .. |const| replace:: :abbr:`const (This method has no side effects. It doesn't modify any of the instance's member variables.)` .. |vararg| replace:: :abbr:`vararg (This method accepts any number of arguments after the ones described here.)` .. |constructor| replace:: :abbr:`constructor (This method is used to construct a type.)` .. |static| replace:: :abbr:`static (This method doesn't need an instance to be called, so it can be called directly using the class name.)` .. |operator| replace:: :abbr:`operator (This method describes a valid operator to use with this type as left-hand operand.)` .. |bitfield| replace:: :abbr:`BitField (This value is an integer composed as a bitmask of the following flags.)`