Api Sandbox UI BasePopup
class

BasePopup

public abstract class BasePopup : Panel

A panel that gets deleted automatically when clicked away from

Constructors

BasePopup()

Properties

Name Type Description
StayOpen Boolean Stay open, even when CloseAll popups is called

Methods

static Void CloseAll(Panel exceptThisOne = null)
virtual Void OnDeleted()
Assembly: Sandbox.Engine Namespace: Sandbox.UI Full Name: Sandbox.UI.BasePopup