classes/class_popup #241
Replies: 1 comment 2 replies
-
|
Popups start invisible and will need to be made visible to be seen. This can be done with popup() which is a method found under the Window class. Much thanks to Benight from discord for figuring this out. :) |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
classes/class_popup
Inherits: Window< Viewport< Node< Object Inherited By: PopupMenu, PopupPanel Base class for contextual windows and panels with fixed position. Description: Popup is a base class for contextual wind...
https://docs.godotengine.org/en/stable/classes/class_popup.html
Beta Was this translation helpful? Give feedback.
All reactions