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:
@@ -31,6 +31,10 @@ Methods
|
||||
+-------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| :ref:`AABB<class_AABB>` | :ref:`get_aabb<class_VisualInstance_method_get_aabb>` **(** **)** const |
|
||||
+-------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| :ref:`RID<class_RID>` | :ref:`get_base<class_VisualInstance_method_get_base>` **(** **)** const |
|
||||
+-------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| :ref:`RID<class_RID>` | :ref:`get_instance<class_VisualInstance_method_get_instance>` **(** **)** const |
|
||||
+-------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| :ref:`bool<class_bool>` | :ref:`get_layer_mask_bit<class_VisualInstance_method_get_layer_mask_bit>` **(** :ref:`int<class_int>` layer **)** const |
|
||||
+-------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| :ref:`AABB<class_AABB>` | :ref:`get_transformed_aabb<class_VisualInstance_method_get_transformed_aabb>` **(** **)** const |
|
||||
@@ -66,6 +70,14 @@ 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
|
||||
|
||||
Reference in New Issue
Block a user