GradientFogclass

Adds a gradient fog to the world

objectComponentGradientFog
Namespace
Sandbox
Assembly
Sandbox.Engine
Declaration
public class Sandbox.GradientFog : Sandbox.Component

Constructors1

Showing 1 constructors

Methods1

Showing 1 methods

protected virtual void OnPreRender()PROTECTEDVIRTUAL

Returns:void

Properties6

Showing 6 properties

public float Sandbox.GradientFog.EndDistance { get; set; }PUBLICGETSET

Returns:float

public float Sandbox.GradientFog.FalloffExponent { get; set; }PUBLICGETSET

Returns:float

public float Sandbox.GradientFog.Height { get; set; }PUBLICGETSET

Returns:float

public float Sandbox.GradientFog.StartDistance { get; set; }PUBLICGETSET

Returns:float

public float Sandbox.GradientFog.VerticalFalloffExponent { get; set; }PUBLICGETSET

Returns:float

On this page