.. 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_ARVRScriptInterface: ARVRScriptInterface =================== **Inherits:** :ref:`ARVRInterface` **<** :ref:`Reference` **<** :ref:`Object` **Category:** Core Brief Description ----------------- Member Functions ---------------- +------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`_get_projection_for_eye` **(** **)** virtual | +------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`commit_for_eye` **(** :ref:`int` eye, :ref:`RID` render_target **)** virtual | +------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Vector2` | :ref:`get_recommended_render_targetsize` **(** **)** virtual | +------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Transform` | :ref:`get_transform_for_eye` **(** :ref:`int` eye, :ref:`Transform` cam_transform **)** virtual | +------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`bool` | :ref:`hmd_is_present` **(** **)** virtual | +------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`bool` | :ref:`initialize` **(** **)** virtual | +------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`bool` | :ref:`is_initialized` **(** **)** virtual | +------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`bool` | :ref:`is_installed` **(** **)** virtual | +------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`bool` | :ref:`is_stereo` **(** **)** virtual | +------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`process` **(** **)** virtual | +------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`bool` | :ref:`supports_hmd` **(** **)** virtual | +------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`uninitialize` **(** **)** virtual | +------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ Member Function Description --------------------------- .. _class_ARVRScriptInterface__get_projection_for_eye: - void **_get_projection_for_eye** **(** **)** virtual .. _class_ARVRScriptInterface_commit_for_eye: - void **commit_for_eye** **(** :ref:`int` eye, :ref:`RID` render_target **)** virtual .. _class_ARVRScriptInterface_get_recommended_render_targetsize: - :ref:`Vector2` **get_recommended_render_targetsize** **(** **)** virtual .. _class_ARVRScriptInterface_get_transform_for_eye: - :ref:`Transform` **get_transform_for_eye** **(** :ref:`int` eye, :ref:`Transform` cam_transform **)** virtual .. _class_ARVRScriptInterface_hmd_is_present: - :ref:`bool` **hmd_is_present** **(** **)** virtual .. _class_ARVRScriptInterface_initialize: - :ref:`bool` **initialize** **(** **)** virtual .. _class_ARVRScriptInterface_is_initialized: - :ref:`bool` **is_initialized** **(** **)** virtual .. _class_ARVRScriptInterface_is_installed: - :ref:`bool` **is_installed** **(** **)** virtual .. _class_ARVRScriptInterface_is_stereo: - :ref:`bool` **is_stereo** **(** **)** virtual .. _class_ARVRScriptInterface_process: - void **process** **(** **)** virtual .. _class_ARVRScriptInterface_supports_hmd: - :ref:`bool` **supports_hmd** **(** **)** virtual .. _class_ARVRScriptInterface_uninitialize: - void **uninitialize** **(** **)** virtual