Skip to main content

Enum DrawType

AST Draw types.

Assembly: Dalamud.dll
View Source
Declaration
public enum DrawType : byte

Fields

ASTRAL

Astral Draw active.

View Source
Declaration
ASTRAL = 0

UMBRAL

Umbral Draw active.

View Source
Declaration
UMBRAL = 1

Extension Methods