struct RenderTargetHandle

robot_2Generated
code_blocksInput

Description

The RenderTargetHandle struct in the Sandbox.Rendering namespace is a sealed value type that provides references to various properties of a render target, such as its name, color texture, color index, and size. This type is marked with several attributes indicating its usage constraints and compiler requirements.

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.