struct RenderTargetHandle

book_4_sparkGenerated
code_blocksInput

Description

The RenderTargetHandle struct in the Sandbox.Rendering namespace is a sealed value type that provides references to various aspects of a render target, such as its name, color texture, color index, and size. This type is marked as obsolete due to limitations with embedded references in certain compiler versions.

Members

Instance Properties

Member NameSummary
NameThe name of the render target.
ColorTextureReference to the color texture of this target.
ColorIndexReference to the index of the color texture of this target.
SizeReference to the size of the texture.