Attention: Here be dragons
This is the latest
(unstable) version of this documentation, which may document features
not available in or compatible with released stable versions of Godot.
Checking the stable version of the documentation...
Popup¶
Inherits: Window < Viewport < Node < Object
Inherited By: PopupMenu, PopupPanel
Base class for contextual windows and panels with fixed position.
描述¶
Popup is a base class for contextual windows and panels with fixed position. It's a modal by default (see Window.popup_window) and provides methods for implementing custom popup behavior.
属性¶
borderless |
|
|
popup_window |
|
|
transient |
|
|
unresizable |
|
|
visible |
|
|
wrap_controls |
|
信号¶
popup_hide ( )
Emitted when the popup is hidden.