Skip to main content

Class ToastOptions

This class represents options that can be used with the Dalamud.Game.Gui.Toast.ToastGui class.

Assembly: Dalamud.dll
Declaration
public sealed class ToastOptions

Properties

Position

Gets or sets the position of the toast on the screen.

Declaration
public ToastPosition Position { get; set; }

Speed

Gets or sets the speed of the toast.

Declaration
public ToastSpeed Speed { get; set; }