class_visualinstance.rst 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. .. Generated automatically by doc/tools/makerst.py in Godot's source tree.
  2. .. DO NOT EDIT THIS FILE, but the VisualInstance.xml source instead.
  3. .. The source is found in doc/classes or modules/<name>/doc_classes.
  4. .. _class_VisualInstance:
  5. VisualInstance
  6. ==============
  7. **Inherits:** :ref:`Spatial<class_spatial>` **<** :ref:`Node<class_node>` **<** :ref:`Object<class_object>`
  8. **Inherited By:** :ref:`Light<class_light>`, :ref:`ReflectionProbe<class_reflectionprobe>`, :ref:`GIProbe<class_giprobe>`, :ref:`GeometryInstance<class_geometryinstance>`
  9. **Category:** Core
  10. Brief Description
  11. -----------------
  12. Member Functions
  13. ----------------
  14. +----------------------------+-----------------------------------------------------------------------------------------------------+
  15. | :ref:`Rect3<class_rect3>` | :ref:`get_aabb<class_VisualInstance_get_aabb>` **(** **)** const |
  16. +----------------------------+-----------------------------------------------------------------------------------------------------+
  17. | :ref:`int<class_int>` | :ref:`get_layer_mask<class_VisualInstance_get_layer_mask>` **(** **)** const |
  18. +----------------------------+-----------------------------------------------------------------------------------------------------+
  19. | :ref:`Rect3<class_rect3>` | :ref:`get_transformed_aabb<class_VisualInstance_get_transformed_aabb>` **(** **)** const |
  20. +----------------------------+-----------------------------------------------------------------------------------------------------+
  21. | void | :ref:`set_base<class_VisualInstance_set_base>` **(** :ref:`RID<class_rid>` base **)** |
  22. +----------------------------+-----------------------------------------------------------------------------------------------------+
  23. | void | :ref:`set_layer_mask<class_VisualInstance_set_layer_mask>` **(** :ref:`int<class_int>` mask **)** |
  24. +----------------------------+-----------------------------------------------------------------------------------------------------+
  25. Member Variables
  26. ----------------
  27. - :ref:`int<class_int>` **layers**
  28. Member Function Description
  29. ---------------------------
  30. .. _class_VisualInstance_get_aabb:
  31. - :ref:`Rect3<class_rect3>` **get_aabb** **(** **)** const
  32. .. _class_VisualInstance_get_layer_mask:
  33. - :ref:`int<class_int>` **get_layer_mask** **(** **)** const
  34. .. _class_VisualInstance_get_transformed_aabb:
  35. - :ref:`Rect3<class_rect3>` **get_transformed_aabb** **(** **)** const
  36. .. _class_VisualInstance_set_base:
  37. - void **set_base** **(** :ref:`RID<class_rid>` base **)**
  38. .. _class_VisualInstance_set_layer_mask:
  39. - void **set_layer_mask** **(** :ref:`int<class_int>` mask **)**