Method OnInspectorGUI
OnInspectorGUI()
Unity calls this method each time it re-draws the Inspector.
Declaration
public override void OnInspectorGUI()
Overrides
UnityEditor.Rendering.VolumeComponentEditor.OnInspectorGUI()
Remarks
You can safely override this method and not call base.OnInspectorGUI()
unless you
want Unity to display all the properties from the UnityEngine.Rendering.VolumeComponent
automatically.