mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-03 05:48:42 +03:00
39 lines
1.4 KiB
ReStructuredText
39 lines
1.4 KiB
ReStructuredText
.. _class_VisualInstance:
|
|
|
|
VisualInstance
|
|
==============
|
|
|
|
**Inherits:** :ref:`Spatial<class_spatial>`
|
|
|
|
**Category:** Core
|
|
|
|
|
|
|
|
Member Functions
|
|
----------------
|
|
|
|
+------------------------+-----------------------------------------------------------------------------------------------------+
|
|
| void | :ref:`set_base<class_VisualInstance_set_base>` **(** :ref:`RID<class_rid>` base **)** |
|
|
+------------------------+-----------------------------------------------------------------------------------------------------+
|
|
| void | :ref:`set_layer_mask<class_VisualInstance_set_layer_mask>` **(** :ref:`int<class_int>` mask **)** |
|
|
+------------------------+-----------------------------------------------------------------------------------------------------+
|
|
| :ref:`int<class_int>` | :ref:`get_layer_mask<class_VisualInstance_get_layer_mask>` **(** **)** const |
|
|
+------------------------+-----------------------------------------------------------------------------------------------------+
|
|
|
|
Member Function Description
|
|
---------------------------
|
|
|
|
.. _class_VisualInstance_set_base:
|
|
|
|
- void **set_base** **(** :ref:`RID<class_rid>` base **)**
|
|
|
|
.. _class_VisualInstance_set_layer_mask:
|
|
|
|
- void **set_layer_mask** **(** :ref:`int<class_int>` mask **)**
|
|
|
|
.. _class_VisualInstance_get_layer_mask:
|
|
|
|
- :ref:`int<class_int>` **get_layer_mask** **(** **)** const
|
|
|
|
|