Class VectorscopeMonitor
This class holds settings for the Vectorscope monitor.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: UnityEngine.Rendering.PostProcessing
Syntax
[Serializable]
public sealed class VectorscopeMonitor : Monitor
Fields
exposure
The exposure multiplier applied to the vectorscope values.
Declaration
public float exposure
Field Value
Type | Description |
---|---|
System.Single |
size
The width and height of the rendered vectorscope.
Declaration
public int size
Field Value
Type | Description |
---|---|
System.Int32 |