Enum NotificationSnapDirection
Where notifications should snap to on the screen when they are shown.
Assembly: Dalamud.dll
View Source
Declaration
public enum NotificationSnapDirection
Fields
Top
Snap to the top of the screen.
View Source
Declaration
Top = 0
Bottom
Snap to the bottom of the screen.
View Source
Declaration
Bottom = 1
Left
Snap to the left of the screen.
View Source
Declaration
Left = 2
Right
Snap to the right of the screen.
View Source
Declaration
Right = 3
Extension Methods
- System.Enum.Dalamud.Utility.EnumExtensions.GetAttribute``1
- System.Enum.Dalamud.Utility.EnumExtensions.GetAttributes``1
- Dalamud.Utility.EnumExtensions.IsObsolete(System.Enum)