mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
classref: Sync with current master branch (2e7fc81)
This commit is contained in:
@@ -40,11 +40,11 @@ Methods
|
||||
.. table::
|
||||
:widths: auto
|
||||
|
||||
+-------------------------------+-------------------------------------------------------------------------+
|
||||
| :ref:`Plane<class_Plane>` | :ref:`get_plane<class_XRAnchor3D_method_get_plane>` **(** **)** |const| |
|
||||
+-------------------------------+-------------------------------------------------------------------------+
|
||||
| :ref:`Vector3<class_Vector3>` | :ref:`get_size<class_XRAnchor3D_method_get_size>` **(** **)** |const| |
|
||||
+-------------------------------+-------------------------------------------------------------------------+
|
||||
+-------------------------------+-------------------------------------------------------------------+
|
||||
| :ref:`Plane<class_Plane>` | :ref:`get_plane<class_XRAnchor3D_method_get_plane>`\ (\ ) |const| |
|
||||
+-------------------------------+-------------------------------------------------------------------+
|
||||
| :ref:`Vector3<class_Vector3>` | :ref:`get_size<class_XRAnchor3D_method_get_size>`\ (\ ) |const| |
|
||||
+-------------------------------+-------------------------------------------------------------------+
|
||||
|
||||
.. rst-class:: classref-section-separator
|
||||
|
||||
@@ -59,7 +59,7 @@ Method Descriptions
|
||||
|
||||
.. rst-class:: classref-method
|
||||
|
||||
:ref:`Plane<class_Plane>` **get_plane** **(** **)** |const|
|
||||
:ref:`Plane<class_Plane>` **get_plane**\ (\ ) |const|
|
||||
|
||||
Returns a plane aligned with our anchor; handy for intersection testing.
|
||||
|
||||
@@ -71,7 +71,7 @@ Returns a plane aligned with our anchor; handy for intersection testing.
|
||||
|
||||
.. rst-class:: classref-method
|
||||
|
||||
:ref:`Vector3<class_Vector3>` **get_size** **(** **)** |const|
|
||||
:ref:`Vector3<class_Vector3>` **get_size**\ (\ ) |const|
|
||||
|
||||
Returns the estimated size of the plane that was detected. Say when the anchor relates to a table in the real world, this is the estimated size of the surface of that table.
|
||||
|
||||
@@ -82,3 +82,4 @@ Returns the estimated size of the plane that was detected. Say when the anchor r
|
||||
.. |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.)`
|
||||
.. |void| replace:: :abbr:`void (No return value.)`
|
||||
|
||||
Reference in New Issue
Block a user