mirror of
https://github.com/stan220/godot-docs.git
synced 2026-09-08 19:29:06 +00:00
101 lines
4.7 KiB
ReStructuredText
101 lines
4.7 KiB
ReStructuredText
.. 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<class_reference>` **<** :ref:`Object<class_object>`
|
|
|
|
**Inherited By:** :ref:`ARVRScriptInterface<class_arvrscriptinterface>`
|
|
|
|
**Category:** Core
|
|
|
|
Brief Description
|
|
-----------------
|
|
|
|
|
|
|
|
Member Functions
|
|
----------------
|
|
|
|
+--------------------------------+--------------------------------------------------------------------------------------------------------------+
|
|
| :ref:`String<class_string>` | :ref:`get_name<class_ARVRInterface_get_name>` **(** **)** const |
|
|
+--------------------------------+--------------------------------------------------------------------------------------------------------------+
|
|
| :ref:`Vector2<class_vector2>` | :ref:`get_recommended_render_targetsize<class_ARVRInterface_get_recommended_render_targetsize>` **(** **)** |
|
|
+--------------------------------+--------------------------------------------------------------------------------------------------------------+
|
|
| :ref:`bool<class_bool>` | :ref:`hmd_is_present<class_ARVRInterface_hmd_is_present>` **(** **)** |
|
|
+--------------------------------+--------------------------------------------------------------------------------------------------------------+
|
|
| :ref:`bool<class_bool>` | :ref:`initialize<class_ARVRInterface_initialize>` **(** **)** |
|
|
+--------------------------------+--------------------------------------------------------------------------------------------------------------+
|
|
| :ref:`bool<class_bool>` | :ref:`is_initialized<class_ARVRInterface_is_initialized>` **(** **)** |
|
|
+--------------------------------+--------------------------------------------------------------------------------------------------------------+
|
|
| :ref:`bool<class_bool>` | :ref:`is_installed<class_ARVRInterface_is_installed>` **(** **)** |
|
|
+--------------------------------+--------------------------------------------------------------------------------------------------------------+
|
|
| :ref:`bool<class_bool>` | :ref:`is_primary<class_ARVRInterface_is_primary>` **(** **)** |
|
|
+--------------------------------+--------------------------------------------------------------------------------------------------------------+
|
|
| void | :ref:`set_is_primary<class_ARVRInterface_set_is_primary>` **(** :ref:`bool<class_bool>` enable **)** |
|
|
+--------------------------------+--------------------------------------------------------------------------------------------------------------+
|
|
| :ref:`bool<class_bool>` | :ref:`supports_hmd<class_ARVRInterface_supports_hmd>` **(** **)** |
|
|
+--------------------------------+--------------------------------------------------------------------------------------------------------------+
|
|
| void | :ref:`uninitialize<class_ARVRInterface_uninitialize>` **(** **)** |
|
|
+--------------------------------+--------------------------------------------------------------------------------------------------------------+
|
|
|
|
Member Variables
|
|
----------------
|
|
|
|
- :ref:`bool<class_bool>` **primary**
|
|
|
|
Numeric Constants
|
|
-----------------
|
|
|
|
- **EYE_MONO** = **0**
|
|
- **EYE_LEFT** = **1**
|
|
- **EYE_RIGHT** = **2**
|
|
|
|
Member Function Description
|
|
---------------------------
|
|
|
|
.. _class_ARVRInterface_get_name:
|
|
|
|
- :ref:`String<class_string>` **get_name** **(** **)** const
|
|
|
|
.. _class_ARVRInterface_get_recommended_render_targetsize:
|
|
|
|
- :ref:`Vector2<class_vector2>` **get_recommended_render_targetsize** **(** **)**
|
|
|
|
.. _class_ARVRInterface_hmd_is_present:
|
|
|
|
- :ref:`bool<class_bool>` **hmd_is_present** **(** **)**
|
|
|
|
.. _class_ARVRInterface_initialize:
|
|
|
|
- :ref:`bool<class_bool>` **initialize** **(** **)**
|
|
|
|
.. _class_ARVRInterface_is_initialized:
|
|
|
|
- :ref:`bool<class_bool>` **is_initialized** **(** **)**
|
|
|
|
.. _class_ARVRInterface_is_installed:
|
|
|
|
- :ref:`bool<class_bool>` **is_installed** **(** **)**
|
|
|
|
.. _class_ARVRInterface_is_primary:
|
|
|
|
- :ref:`bool<class_bool>` **is_primary** **(** **)**
|
|
|
|
.. _class_ARVRInterface_set_is_primary:
|
|
|
|
- void **set_is_primary** **(** :ref:`bool<class_bool>` enable **)**
|
|
|
|
.. _class_ARVRInterface_supports_hmd:
|
|
|
|
- :ref:`bool<class_bool>` **supports_hmd** **(** **)**
|
|
|
|
.. _class_ARVRInterface_uninitialize:
|
|
|
|
- void **uninitialize** **(** **)**
|
|
|
|
|