Skip to main content

Interface INotificationDrawArgs

Arguments for use with Dalamud.Interface.ImGuiNotification.IActiveNotification.DrawActions.

Assembly: Dalamud.dll
View Source
Declaration
public interface INotificationDrawArgs

Properties

Notification

Gets the notification being drawn.

View Source
Declaration
IActiveNotification Notification { get; }

MinCoord

Gets the top left coordinates of the area being drawn.

View Source
Declaration
Vector2 MinCoord { get; }

MaxCoord

Gets the bottom right coordinates of the area being drawn.

View Source
Declaration
Vector2 MaxCoord { get; }