UnityEditor.LightingEditor.OnDisable C# (CSharp) 메소드

OnDisable() 공개 메소드

public OnDisable ( ) : void
리턴 void
        public virtual void OnDisable()
        {
            SessionState.SetBool("ShowLightingEditor", this.m_ShowEditor);
            this.m_ShowAmbientBakeMode.valueChanged.RemoveAllListeners();
            this.m_ParentWindow = null;
        }