Enum SeStringDrawChannel
Predefined channels for drawing onto, for out-of-order drawing.
Assembly: Dalamud.dll
View Source
public enum SeStringDrawChannel
Fields
BelowBackground
Next draw operation on the draw list will be put below Dalamud.Interface.ImGuiSeStringRenderer.SeStringDrawChannel.Background.
View Source
BelowBackground = 0
Background
Next draw operation on the draw list will be put onto the background channel.
View Source
Background = 1
AboveBackground
Next draw operation on the draw list will be put above Dalamud.Interface.ImGuiSeStringRenderer.SeStringDrawChannel.Background.
View Source
AboveBackground = 2
BelowShadow
Next draw operation on the draw list will be put below Dalamud.Interface.ImGuiSeStringRenderer.SeStringDrawChannel.Shadow.
View Source
BelowShadow = 3
Shadow
Next draw operation on the draw list will be put onto the shadow channel.
View Source
Shadow = 4
AboveShadow
Next draw operation on the draw list will be put above Dalamud.Interface.ImGuiSeStringRenderer.SeStringDrawChannel.Shadow.
View Source
AboveShadow = 5
BelowEdge
Next draw operation on the draw list will be put below Dalamud.Interface.ImGuiSeStringRenderer.SeStringDrawChannel.Edge.
View Source
BelowEdge = 6
Edge
Next draw operation on the draw list will be put onto the edge channel.
View Source
Edge = 7
AboveEdge
Next draw operation on the draw list will be put above Dalamud.Interface.ImGuiSeStringRenderer.SeStringDrawChannel.Edge.
View Source
AboveEdge = 8
BelowForeground
Next draw operation on the draw list will be put below Dalamud.Interface.ImGuiSeStringRenderer.SeStringDrawChannel.Foreground.
View Source
BelowForeground = 9
Foreground
Next draw operation on the draw list will be put onto the foreground channel.
View Source
Foreground = 10
AboveForeground
Next draw operation on the draw list will be put above Dalamud.Interface.ImGuiSeStringRenderer.SeStringDrawChannel.Foreground.
View Source
AboveForeground = 11
Extension Methods
- System.Enum.Dalamud.Utility.EnumExtensions.GetAttribute``1
- System.Enum.Dalamud.Utility.EnumExtensions.GetAttributes``1
- Dalamud.Utility.EnumExtensions.IsObsolete(System.Enum)