Show / Hide Table of Contents

Interface IRenderStepTexture

Indicates the render step has an associated texture.

Namespace: SadConsole.Renderers
Assembly: SadConsole.dll
Syntax
public interface IRenderStepTexture

Properties

CachedTexture

The texture created by the render step.

Declaration
ITexture? CachedTexture { get; }
Property Value
Type Description
ITexture

Extension Methods

ExtensionsSystem.GetDebuggerDisplayValue(object)
In this article

Back to top

Back to top Generated by DocFX