Class ToastOptions
This class represents options that can be used with the Dalamud.Game.Gui.Toast.ToastGui
class.
Assembly: Dalamud.dll
View Source
Declaration
public sealed class ToastOptions
Properties
Position
Gets or sets the position of the toast on the screen.
View Source
Declaration
public ToastPosition Position { get; set; }
Speed
Gets or sets the speed of the toast.
View Source
Declaration
public ToastSpeed Speed { get; set; }