Class DialogNotify
- Namespace
- Menu
- Assembly
- Assembly-CSharp.dll
public class DialogNotify : Dialog
- Inheritance
-
DialogNotify
- Derived
- Inherited Members
Constructors
DialogNotify(string, ProcessManager, Action)
public DialogNotify(string description, ProcessManager manager, Action onOK)
Parameters
descriptionstringmanagerProcessManageronOKAction
DialogNotify(string, string, Vector2, ProcessManager, Action, bool)
public DialogNotify(string longDescription, string title, Vector2 size, ProcessManager manager, Action onOK, bool longLabel = false)
Parameters
longDescriptionstringtitlestringsizeVector2managerProcessManageronOKActionlongLabelbool
DialogNotify(string, Vector2, ProcessManager, Action)
public DialogNotify(string description, Vector2 size, ProcessManager manager, Action onOK)
Parameters
descriptionstringsizeVector2managerProcessManageronOKAction
Fields
okButton
public SimpleButton okButton
Field Value
onOK
public Action onOK
Field Value
Methods
Init(Action)
public void Init(Action onOK)
Parameters
onOKAction
Singal(MenuObject, string)
public override void Singal(MenuObject sender, string message)
Parameters
senderMenuObjectmessagestring