RenderStepNames Class
Definition
Section titled “Definition”Renderer names used by hosts and types.
public static class RenderStepNamesInheritance object
Fields
Section titled “Fields”Surface
Section titled “Surface”The render step for a IScreenSurface.
public const string Surface = "surface"SurfaceDirtyCells
Section titled “SurfaceDirtyCells”The render step for a IScreenSurface where individual cells are only rendered if they’re dirty.
public const string SurfaceDirtyCells = "surface_dirtycells"SurfaceLayered
Section titled “SurfaceLayered”The render step for a IScreenSurface where multiple layers are exposed through a property.
public const string SurfaceLayered = "surface_layered"ControlHost
Section titled “ControlHost”The render step for a ControlHost.
public const string ControlHost = "controlhost"Window
Section titled “Window”The render step for a Window.
public const string Window = "windowmodal"Cursor
Section titled “Cursor”The render step for a Cursor.
public const string Cursor = "cursor"EntityManager
Section titled “EntityManager”The render step for a EntityManager.
public const string EntityManager = "entitymanager"Output
Section titled “Output”The render to draw the output texture of an IRenderer.
public const string Output = "output"The render to draw the tint texture of an IScreenSurface.
public const string Tint = "tint"