Skip to main content

Enum SeStringDrawChannel

Predefined channels for drawing onto, for out-of-order drawing.

Assembly: Dalamud.dll
View Source
Declaration
public enum SeStringDrawChannel

Fields

BelowBackground

Next draw operation on the draw list will be put below Dalamud.Interface.ImGuiSeStringRenderer.SeStringDrawChannel.Background.

View Source
Declaration
BelowBackground = 0

Background

Next draw operation on the draw list will be put onto the background channel.

View Source
Declaration
Background = 1

AboveBackground

Next draw operation on the draw list will be put above Dalamud.Interface.ImGuiSeStringRenderer.SeStringDrawChannel.Background.

View Source
Declaration
AboveBackground = 2

BelowShadow

Next draw operation on the draw list will be put below Dalamud.Interface.ImGuiSeStringRenderer.SeStringDrawChannel.Shadow.

View Source
Declaration
BelowShadow = 3

Shadow

Next draw operation on the draw list will be put onto the shadow channel.

View Source
Declaration
Shadow = 4

AboveShadow

Next draw operation on the draw list will be put above Dalamud.Interface.ImGuiSeStringRenderer.SeStringDrawChannel.Shadow.

View Source
Declaration
AboveShadow = 5

BelowEdge

Next draw operation on the draw list will be put below Dalamud.Interface.ImGuiSeStringRenderer.SeStringDrawChannel.Edge.

View Source
Declaration
BelowEdge = 6

Edge

Next draw operation on the draw list will be put onto the edge channel.

View Source
Declaration
Edge = 7

AboveEdge

Next draw operation on the draw list will be put above Dalamud.Interface.ImGuiSeStringRenderer.SeStringDrawChannel.Edge.

View Source
Declaration
AboveEdge = 8

BelowForeground

Next draw operation on the draw list will be put below Dalamud.Interface.ImGuiSeStringRenderer.SeStringDrawChannel.Foreground.

View Source
Declaration
BelowForeground = 9

Foreground

Next draw operation on the draw list will be put onto the foreground channel.

View Source
Declaration
Foreground = 10

AboveForeground

Next draw operation on the draw list will be put above Dalamud.Interface.ImGuiSeStringRenderer.SeStringDrawChannel.Foreground.

View Source
Declaration
AboveForeground = 11

Extension Methods