Class RenderStepSortValues
Renderer names used by hosts and types.
Inherited Members
Namespace: SadConsole.Renderers.Constants
Assembly: SadConsole.dll
Syntax
public static class RenderStepSortValues
Fields
ControlHost
The render step for a ControlHost.
Declaration
public const uint ControlHost = 80
Field Value
Type | Description |
---|---|
uint |
Cursor
The render step for a Cursor.
Declaration
public const uint Cursor = 70
Field Value
Type | Description |
---|---|
uint |
EntityRenderer
The render step for a EntityManager.
Declaration
public const uint EntityRenderer = 60
Field Value
Type | Description |
---|---|
uint |
Output
The render to draw the output texture of an IRenderer.
Declaration
public const uint Output = 50
Field Value
Type | Description |
---|---|
uint |
Surface
The render step for a IScreenSurface.
Declaration
public const uint Surface = 50
Field Value
Type | Description |
---|---|
uint |
Tint
The render to draw the tint texture of an IScreenSurface.
Declaration
public const uint Tint = 90
Field Value
Type | Description |
---|---|
uint |
Window
The render step for a Window.
Declaration
public const uint Window = 10
Field Value
Type | Description |
---|---|
uint |