# Sandbox.Rendering.ReflectionSetup

Allows special setup for reflections, such as offsetting the reflection plane

- Kind: struct
- Namespace: `Sandbox.Rendering`
- Assembly: `Sandbox.Engine`
- Modifiers: sealed

## Fields

- [`ClipOffset`](/api/Sandbox.Rendering.ReflectionSetup/ClipOffset): Offset the reflection plane's clip plane by this much
- [`RenderBehind`](/api/Sandbox.Rendering.ReflectionSetup/RenderBehind): If true we'll render the reflection even if we're behind the plane
- [`ViewSetup`](/api/Sandbox.Rendering.ReflectionSetup/ViewSetup): Allows overriding everything you normally can

## Properties

- [`FallbackColor`](/api/Sandbox.Rendering.ReflectionSetup/FallbackColor): If we can't render the reflection and this is set, we'll clear the render target to this color
