Table of Contents

Class DialogNotify

Namespace
Menu
Assembly
Assembly-CSharp.dll
public class DialogNotify : Dialog
Inheritance
DialogNotify
Derived
Inherited Members

Constructors

public DialogNotify(string description, ProcessManager manager, Action onOK)

Parameters

description string
manager ProcessManager
onOK Action
public DialogNotify(string longDescription, string title, Vector2 size, ProcessManager manager, Action onOK, bool longLabel = false)

Parameters

longDescription string
title string
size Vector2
manager ProcessManager
onOK Action
longLabel bool
public DialogNotify(string description, Vector2 size, ProcessManager manager, Action onOK)

Parameters

description string
size Vector2
manager ProcessManager
onOK Action

Fields

public SimpleButton okButton

Field Value

SimpleButton
public Action onOK

Field Value

Action

Methods

public void Init(Action onOK)

Parameters

onOK Action
public override void Singal(MenuObject sender, string message)

Parameters

sender MenuObject
message string