Skip to content

IRenderStepTexture Interface

Indicates the render step has an associated texture.

C#
public interface IRenderStepTexture

The texture created by the render step.

C#
ITexture? CachedTexture { get; }