Show / Hide Table of Contents

Class RenderStepNames

Renderer names used by hosts and types.

Inheritance
object
RenderStepNames
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: SadConsole.Renderers.Constants
Assembly: SadConsole.dll
Syntax
public static class RenderStepNames

Fields

ControlHost

The render step for a ControlHost.

Declaration
public const string ControlHost = "controlhost"
Field Value
Type Description
string

Cursor

The render step for a Cursor.

Declaration
public const string Cursor = "cursor"
Field Value
Type Description
string

EntityManager

The render step for a EntityManager.

Declaration
public const string EntityManager = "entitymanager"
Field Value
Type Description
string

Output

The render to draw the output texture of an IRenderer.

Declaration
public const string Output = "output"
Field Value
Type Description
string

Surface

The render step for a IScreenSurface.

Declaration
public const string Surface = "surface"
Field Value
Type Description
string

SurfaceDirtyCells

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

Declaration
public const string SurfaceDirtyCells = "surface_dirtycells"
Field Value
Type Description
string

SurfaceLayered

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

Declaration
public const string SurfaceLayered = "surface_layered"
Field Value
Type Description
string

Tint

The render to draw the tint texture of an IScreenSurface.

Declaration
public const string Tint = "tint"
Field Value
Type Description
string

Window

The render step for a Window.

Declaration
public const string Window = "windowmodal"
Field Value
Type Description
string
In this article

Back to top

Back to top Generated by DocFX