UnityEditor.RenderSettingsInspector.OnEnable C# (CSharp) Method

OnEnable() public method

public OnEnable ( ) : void
return void
        public virtual void OnEnable()
        {
            this.m_LightingEditor = null;
            this.m_FogEditor = null;
            this.m_OtherRenderingEditor = null;
        }
RenderSettingsInspector