mirror of
https://github.com/godotengine/godot-docs.git
synced 2025-12-31 17:49:03 +03:00
23 lines
592 B
ReStructuredText
23 lines
592 B
ReStructuredText
.. Generated automatically by doc/tools/makerst.py in Godot's source tree.
|
|
.. DO NOT EDIT THIS FILE, but the doc/base/classes.xml source instead.
|
|
|
|
.. _class_PopupDialog:
|
|
|
|
PopupDialog
|
|
===========
|
|
|
|
**Inherits:** :ref:`Popup<class_popup>` **<** :ref:`Control<class_control>` **<** :ref:`CanvasItem<class_canvasitem>` **<** :ref:`Node<class_node>` **<** :ref:`Object<class_object>`
|
|
|
|
**Category:** Core
|
|
|
|
Brief Description
|
|
-----------------
|
|
|
|
Base class for Popup Dialogs.
|
|
|
|
Description
|
|
-----------
|
|
|
|
PopupDialog is a base class for popup dialogs, along with :ref:`WindowDialog<class_windowdialog>`.
|
|
|