Skip to content

RenderStepSortValues Class

Renderer names used by hosts and types.

C#
public static class RenderStepSortValues

Inheritance object

The render step for a IScreenSurface.

C#
public const uint Surface = 50

The render step for a ControlHost.

C#
public const uint ControlHost = 80

The render step for a Window.

C#
public const uint Window = 10

The render step for a Cursor.

C#
public const uint Cursor = 70

The render step for a EntityManager.

C#
public const uint EntityRenderer = 60

The render to draw the output texture of an IRenderer.

C#
public const uint Output = 50

The render to draw the tint texture of an IScreenSurface.

C#
public const uint Tint = 90