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 |