Table of Contents

Struct Toast

Namespace
LunaForge.GUI
Assembly
LunaForge.dll
public struct Toast
Inherited Members

Constructors

Toast()

public Toast()

Fields

ClickCallback

public Action<Toast> ClickCallback

Field Value

Action<Toast>

Duration

public float Duration

Field Value

float

IsHovered

public bool IsHovered

Field Value

bool

Message

public string Message

Field Value

string

TimeAdded

public DateTime TimeAdded

Field Value

DateTime

Type

public ToastType Type

Field Value

ToastType

ViewButtonMessage

public string ViewButtonMessage

Field Value

string