mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-03 05:48:42 +03:00
20 lines
586 B
ReStructuredText
20 lines
586 B
ReStructuredText
.. _class_Panel:
|
|
|
|
Panel
|
|
=====
|
|
|
|
**Inherits:** :ref:`Control<class_control>` **<** :ref:`CanvasItem<class_canvasitem>` **<** :ref:`Node<class_node>` **<** :ref:`Object<class_object>`
|
|
|
|
**Category:** Core
|
|
|
|
Brief Description
|
|
-----------------
|
|
|
|
Provides an opaque background for :ref:`Control<class_control>` children.
|
|
|
|
Description
|
|
-----------
|
|
|
|
Panel is a :ref:`Control<class_control>` that displays an opaque background. It's commoly used as a parent and container for other types of :ref:`Control<class_control>` nodes. :ref:`img<class_img>`images/panel_example.png:ref:`/img<class_/img>`
|
|
|