Show / Hide Table of Contents

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 Source

Position

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

Declaration
public ToastPosition Position { get; set; }
Property Value
Type Description
ToastPosition
| Improve this Doc View Source

Speed

Gets or sets the speed of the toast.

Declaration
public ToastSpeed Speed { get; set; }
Property Value
Type Description
ToastSpeed
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX