mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
Sync classref with current source
This commit is contained in:
@@ -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 **)**
|
||||
|
||||
Reference in New Issue
Block a user