Show / Hide Table of Contents

Enum ToastSpeed

The speed at which native toast windows will persist.

Namespace: Dalamud.Game.Gui.Toast
Assembly: Dalamud.dll
Syntax
public enum ToastSpeed : byte

Fields

Name Description
Fast

The toast will disappear more quickly (around two seconds).

Slow

The toast will take longer to disappear (around four seconds).

Extension Methods

EnumExtensions.GetAttribute<TAttribute>()
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX