Method OnEnable
OnEnable()
Unity calls this method when the object loads.
Declaration
public virtual void OnEnable()
Remarks
You can safely override this method and not call base.OnEnable()
unless you want
Unity to display all the properties from the VolumeComponent automatically.