# Sandbox.Rendering.RenderTargetHandle

A render target handle used with CommandLists

- Kind: struct
- Namespace: `Sandbox.Rendering`
- Assembly: `Sandbox.Engine`
- Modifiers: sealed

## Properties

- [`ColorIndex`](/api/Sandbox.Rendering.RenderTargetHandle/ColorIndex): Reference to the index of the color texture of this target
- [`ColorTexture`](/api/Sandbox.Rendering.RenderTargetHandle/ColorTexture): Reference to the color texture of this target
- [`DepthTexture`](/api/Sandbox.Rendering.RenderTargetHandle/DepthTexture): Reference to the depth texture of this target
- [`Name`](/api/Sandbox.Rendering.RenderTargetHandle/Name)
- [`Size`](/api/Sandbox.Rendering.RenderTargetHandle/Size): Reference to the size of the texture
