Sync classref with current source

This commit is contained in:
Rémi Verschelde
2019-10-29 12:48:46 +01:00
parent bbc6682099
commit a72184300f
449 changed files with 14004 additions and 232 deletions

View File

@@ -74,18 +74,26 @@ Method Descriptions
Returns the :ref:`AABB<class_AABB>` (also known as the bounding box) for this VisualInstance.
----
.. _class_VisualInstance_method_get_base:
- :ref:`RID<class_RID>` **get_base** **(** **)** const
----
.. _class_VisualInstance_method_get_instance:
- :ref:`RID<class_RID>` **get_instance** **(** **)** const
----
.. _class_VisualInstance_method_get_layer_mask_bit:
- :ref:`bool<class_bool>` **get_layer_mask_bit** **(** :ref:`int<class_int>` layer **)** const
----
.. _class_VisualInstance_method_get_transformed_aabb:
- :ref:`AABB<class_AABB>` **get_transformed_aabb** **(** **)** const
@@ -94,6 +102,8 @@ Returns the transformed :ref:`AABB<class_AABB>` (also known as the bounding box)
Transformed in this case means the :ref:`AABB<class_AABB>` plus the position, rotation, and scale of the :ref:`Spatial<class_Spatial>`\ s :ref:`Transform<class_Transform>`
----
.. _class_VisualInstance_method_set_base:
- void **set_base** **(** :ref:`RID<class_RID>` base **)**
@@ -102,6 +112,8 @@ Sets the base of the VisualInstance, which changes how the engine handles the Vi
It is recommended to only use :ref:`set_base<class_VisualInstance_method_set_base>` if you know what you're doing.
----
.. _class_VisualInstance_method_set_layer_mask_bit:
- void **set_layer_mask_bit** **(** :ref:`int<class_int>` layer, :ref:`bool<class_bool>` enabled **)**