PostProcessVolumeclass

A volume that defines a region in the scene where post processing effects will be applied.

objectVolumeComponentPostProcessVolume
Namespace
Sandbox
Assembly
Sandbox.Engine
Declaration
public class Sandbox.PostProcessVolume : Sandbox.Volumes.VolumeComponent

Constructors1

Showing 1 constructors

Methods1

Showing 1 methods

public float GetWeight(Vector3 pos)PUBLIC

Get weight based on position

ParameterTypeDescription
posVector3
Returns:float

Properties4

Showing 4 properties

public float Sandbox.PostProcessVolume.BlendDistance { get; set; }PUBLICGETSET

Distance from the edge of the volume where blending starts. 0 means hard edge, higher values create softer transitions.

Returns:float

public bool Sandbox.PostProcessVolume.EditorPreview { get; set; }PUBLICGETSET

Preview the post processing when this object is selected in the editor, or when the editor camera is inside the volume.

Returns:bool

public int Sandbox.PostProcessVolume.Priority { get; set; }PUBLICGETSET

Higher priority volumes override lower priority ones. The default priority is 0.

Returns:int

On this page