API ReferenceSandbox
public sealed class Sandbox.FilmGrain : Sandbox.BasePostProcess<T>
Applies a film grain effect to the camera
Related Guides
Broader workflow and conceptual references connected to this API.
FilmGrain
The FilmGrain component adds simulated film-style grain to the camera output. It's purely visual โ it does not affect gameplay or lighting โ and is intended to add texture, grit or stylistic noise to the final image.
PostProcessVolume
PostProcessVolume It is a component that applies a set of post-processing components when a camera is inside it.
Constructors
Showing 1 constructors
public FilmGrain()
No results match this filter.
Methods
Showing 1 methods
public virtual void Render()
No results match this filter.
Properties
Showing 2 properties
public float Sandbox.FilmGrain.Intensity { get; set; }
public float Sandbox.FilmGrain.Response { get; set; }
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | Sandbox |
| Type | class |
| Assembly | Sandbox.Engine |
| Doc ID | T:Sandbox.FilmGrain |