Inheritance
PopupController
public class PopupController
Constructors
Declaration
public PopupController(VisualElement root, string popupName, Action action)
Parameters
Type |
Name |
Description |
UnityEngine.UIElements.VisualElement |
root |
|
String |
popupName |
|
Action |
action |
|
Fields
Declaration
protected readonly Button m_ActionButton
Field Value
Type |
Description |
UnityEngine.UIElements.Button |
|
Declaration
protected readonly VisualElement m_PopupWindow
Field Value
Type |
Description |
UnityEngine.UIElements.VisualElement |
|
Methods
Declaration
Declaration
protected virtual void OnClicked()
Declaration