API ReferenceSandbox.Rendering

ReflectionSetupclass

Allows special setup for reflections, such as offsetting the reflection plane

objectReflectionSetup
Namespace
Sandbox.Rendering
Assembly
Sandbox.Engine
Declaration
public sealed struct Sandbox.Rendering.ReflectionSetup

Properties1

Showing 1 properties

public System.Nullable`1<Color> Sandbox.Rendering.ReflectionSetup.FallbackColor { get; set; }PUBLICGETSET

If we can't render the reflection and this is set, we'll clear the render target to this color

Returns:Nullable<Color>

On this page