Skip to content

RenderStepNames Class

Renderer names used by hosts and types.

C#
public static class RenderStepNames

Inheritance object

The render step for a IScreenSurface.

C#
public const string Surface = "surface"

The render step for a IScreenSurface where individual cells are only rendered if they’re dirty.

C#
public const string SurfaceDirtyCells = "surface_dirtycells"

The render step for a IScreenSurface where multiple layers are exposed through a property.

C#
public const string SurfaceLayered = "surface_layered"

The render step for a ControlHost.

C#
public const string ControlHost = "controlhost"

The render step for a Window.

C#
public const string Window = "windowmodal"

The render step for a Cursor.

C#
public const string Cursor = "cursor"

The render step for a EntityManager.

C#
public const string EntityManager = "entitymanager"

The render to draw the output texture of an IRenderer.

C#
public const string Output = "output"

The render to draw the tint texture of an IScreenSurface.

C#
public const string Tint = "tint"