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¶
继承: Window < Viewport < Node < Object
派生: PopupMenu, PopupPanel
上下文窗口以及固定位置的面板的基类。
描述¶
Popup 是上下文窗口以及固定位置的面板的基类。默认情况下是模态的(见 Window.popup_window),还提供了用于自定义弹出行为的方法。
属性¶
borderless |
|
|
popup_window |
|
|
transient |
|
|
unresizable |
|
|
visible |
|
|
wrap_controls |
|
主题属性¶
信号¶
popup_hide ( )
当该弹出窗口被隐藏时发出。
主题属性说明¶
StyleBox panel
该 Popup 的默认 StyleBox 。