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