s&box docs

public sealed class Sandbox.RenderTextureAsset : Sandbox.GameResource

Asset that owns a GPU render target texture which can be shared across runtime systems.

Constructors

Showing 1 constructors

Properties

Showing 4 properties

public Color Sandbox.RenderTextureAsset.ClearColor { get; set; }

Optional clear colour applied when the texture is (re)created.

public Sandbox.ImageFormat Sandbox.RenderTextureAsset.Format { get; set; }

Color format used when building the render target. Unsupported formats fall back to RGBA8888.

Metadata

FieldValue
NamespaceSandbox
Typeclass
AssemblySandbox.Engine
Doc IDT:Sandbox.RenderTextureAsset

On this page