API ReferenceSandbox.Rendering

RefractionSetupclass

Allows special setup for refraction, such as offsetting the clip plane

objectRefractionSetup
Namespace
Sandbox.Rendering
Assembly
Sandbox.Engine
Declaration
public sealed struct Sandbox.Rendering.RefractionSetup

Properties1

Showing 1 properties

public System.Nullable`1<Color> Sandbox.Rendering.RefractionSetup.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