Skip to main content

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

Snap to the right of the screen.

View Source
Declaration
Right = 3

Extension Methods