Interface IRenderTexture

IRenderTexture interface

The interface of render texture

public interface IRenderTexture : IRenderTarget

Properties

NameDescription
DepthTexture { get; }Depth buffer texture
Targets { get; }Color output targets.

See Also