class_panel.rst 665 B

12345678910111213141516171819202122
  1. .. Generated automatically by doc/tools/makerst.py in Godot's source tree.
  2. .. DO NOT EDIT THIS FILE, but the doc/base/classes.xml source instead.
  3. .. _class_Panel:
  4. Panel
  5. =====
  6. **Inherits:** :ref:`Control<class_control>` **<** :ref:`CanvasItem<class_canvasitem>` **<** :ref:`Node<class_node>` **<** :ref:`Object<class_object>`
  7. **Category:** Core
  8. Brief Description
  9. -----------------
  10. Provides an opaque background for :ref:`Control<class_control>` children.
  11. Description
  12. -----------
  13. Panel is a :ref:`Control<class_control>` that displays an opaque background. It's commonly used as a parent and container for other types of :ref:`Control<class_control>` nodes.