mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
62 lines
2.5 KiB
ReStructuredText
62 lines
2.5 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_ARVRAnchor:
|
|
|
|
ARVRAnchor
|
|
==========
|
|
|
|
**Inherits:** :ref:`Spatial<class_spatial>` **<** :ref:`Node<class_node>` **<** :ref:`Object<class_object>`
|
|
|
|
**Category:** Core
|
|
|
|
Brief Description
|
|
-----------------
|
|
|
|
|
|
|
|
Member Functions
|
|
----------------
|
|
|
|
+--------------------------------+----------------------------------------------------------------------------------------------------+
|
|
| :ref:`int<class_int>` | :ref:`get_anchor_id<class_ARVRAnchor_get_anchor_id>` **(** **)** const |
|
|
+--------------------------------+----------------------------------------------------------------------------------------------------+
|
|
| :ref:`String<class_string>` | :ref:`get_anchor_name<class_ARVRAnchor_get_anchor_name>` **(** **)** const |
|
|
+--------------------------------+----------------------------------------------------------------------------------------------------+
|
|
| :ref:`bool<class_bool>` | :ref:`get_is_active<class_ARVRAnchor_get_is_active>` **(** **)** const |
|
|
+--------------------------------+----------------------------------------------------------------------------------------------------+
|
|
| :ref:`Vector3<class_vector3>` | :ref:`get_size<class_ARVRAnchor_get_size>` **(** **)** const |
|
|
+--------------------------------+----------------------------------------------------------------------------------------------------+
|
|
| void | :ref:`set_anchor_id<class_ARVRAnchor_set_anchor_id>` **(** :ref:`int<class_int>` anchor_id **)** |
|
|
+--------------------------------+----------------------------------------------------------------------------------------------------+
|
|
|
|
Member Variables
|
|
----------------
|
|
|
|
- :ref:`int<class_int>` **anchor_id**
|
|
|
|
Member Function Description
|
|
---------------------------
|
|
|
|
.. _class_ARVRAnchor_get_anchor_id:
|
|
|
|
- :ref:`int<class_int>` **get_anchor_id** **(** **)** const
|
|
|
|
.. _class_ARVRAnchor_get_anchor_name:
|
|
|
|
- :ref:`String<class_string>` **get_anchor_name** **(** **)** const
|
|
|
|
.. _class_ARVRAnchor_get_is_active:
|
|
|
|
- :ref:`bool<class_bool>` **get_is_active** **(** **)** const
|
|
|
|
.. _class_ARVRAnchor_get_size:
|
|
|
|
- :ref:`Vector3<class_vector3>` **get_size** **(** **)** const
|
|
|
|
.. _class_ARVRAnchor_set_anchor_id:
|
|
|
|
- void **set_anchor_id** **(** :ref:`int<class_int>` anchor_id **)**
|
|
|
|
|