Class ToastOptions
This class represents options that can be used with the ToastGui class.
Inheritance
System.Object
ToastOptions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dalamud.Game.Gui.Toast
Assembly: Dalamud.dll
Syntax
public sealed class ToastOptions
Properties
| Improve this Doc View SourcePosition
Gets or sets the position of the toast on the screen.
Declaration
public ToastPosition Position { get; set; }
Property Value
| Type | Description |
|---|---|
| ToastPosition |
Speed
Gets or sets the speed of the toast.
Declaration
public ToastSpeed Speed { get; set; }
Property Value
| Type | Description |
|---|---|
| ToastSpeed |