Class PostProcessDebug
This component holds a set of debugging utilities related to post-processing.
Inherited Members
Namespace: UnityEngine .Rendering.PostProcessing
Assembly: solution.dll
Syntax
[ExecuteInEditMode]
[AddComponentMenu("Rendering/Post-process Debug", 1002)]
public sealed class PostProcessDebug : MonoBehaviour
Remarks
These utilities can be used at runtime to debug on device.
Fields
Name | Description |
---|---|
debug |
The currently set overlay. |
histogram | Holds settings for the histogram. |
light |
Holds settings for the light meter. |
post |
A reference to a Post |
vectorscope | Holds settings for the vectorscope. |
waveform | Holds settings for the waveform. |