.. Generated automatically by doc/tools/makerst.py in Godot's source tree. .. DO NOT EDIT THIS FILE, but the doc/base/classes.xml source instead. .. _class_ARVRInterface: ARVRInterface ============= **Inherits:** :ref:`Reference` **<** :ref:`Object` **Inherited By:** :ref:`ARVRScriptInterface` **Category:** Core Brief Description ----------------- Member Functions ---------------- +--------------------------------+--------------------------------------------------------------------------------------------------------------+ | :ref:`String` | :ref:`get_name` **(** **)** const | +--------------------------------+--------------------------------------------------------------------------------------------------------------+ | :ref:`Vector2` | :ref:`get_recommended_render_targetsize` **(** **)** | +--------------------------------+--------------------------------------------------------------------------------------------------------------+ | :ref:`bool` | :ref:`hmd_is_present` **(** **)** | +--------------------------------+--------------------------------------------------------------------------------------------------------------+ | :ref:`bool` | :ref:`initialize` **(** **)** | +--------------------------------+--------------------------------------------------------------------------------------------------------------+ | :ref:`bool` | :ref:`is_initialized` **(** **)** | +--------------------------------+--------------------------------------------------------------------------------------------------------------+ | :ref:`bool` | :ref:`is_installed` **(** **)** | +--------------------------------+--------------------------------------------------------------------------------------------------------------+ | :ref:`bool` | :ref:`is_primary` **(** **)** | +--------------------------------+--------------------------------------------------------------------------------------------------------------+ | void | :ref:`set_is_primary` **(** :ref:`bool` enable **)** | +--------------------------------+--------------------------------------------------------------------------------------------------------------+ | :ref:`bool` | :ref:`supports_hmd` **(** **)** | +--------------------------------+--------------------------------------------------------------------------------------------------------------+ | void | :ref:`uninitialize` **(** **)** | +--------------------------------+--------------------------------------------------------------------------------------------------------------+ Member Variables ---------------- - :ref:`bool` **primary** Numeric Constants ----------------- - **EYE_MONO** = **0** - **EYE_LEFT** = **1** - **EYE_RIGHT** = **2** Member Function Description --------------------------- .. _class_ARVRInterface_get_name: - :ref:`String` **get_name** **(** **)** const .. _class_ARVRInterface_get_recommended_render_targetsize: - :ref:`Vector2` **get_recommended_render_targetsize** **(** **)** .. _class_ARVRInterface_hmd_is_present: - :ref:`bool` **hmd_is_present** **(** **)** .. _class_ARVRInterface_initialize: - :ref:`bool` **initialize** **(** **)** .. _class_ARVRInterface_is_initialized: - :ref:`bool` **is_initialized** **(** **)** .. _class_ARVRInterface_is_installed: - :ref:`bool` **is_installed** **(** **)** .. _class_ARVRInterface_is_primary: - :ref:`bool` **is_primary** **(** **)** .. _class_ARVRInterface_set_is_primary: - void **set_is_primary** **(** :ref:`bool` enable **)** .. _class_ARVRInterface_supports_hmd: - :ref:`bool` **supports_hmd** **(** **)** .. _class_ARVRInterface_uninitialize: - void **uninitialize** **(** **)**