Api Sandbox UI PopupButton
class

PopupButton

public abstract class PopupButton : Button

A button that opens a Popup panel. Useless on its own - you need to implement Open

Constructors

PopupButton()

Methods

virtual Void Open()

Open a popup. You should set Popup here.

virtual Void Tick()
Assembly: Base Library Namespace: Sandbox.UI Full Name: Sandbox.UI.PopupButton