Click or drag to resize

PopupPopupExclusive Property

If true, the popup will not be hidden when a click event occurs outside of it, or when it receives the ui_cancel action event.

Note: Enabling this property doesn't affect the Close or Cancel buttons' behavior in dialogs that inherit from this class. As a workaround, you can use GetCloseButton or GetCancel and hide the buttons in question by setting their Visible property to false.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public bool PopupExclusive { get; set; }

Property Value

Type: Boolean
See Also