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

OnDisable() 보호된 메소드

protected OnDisable ( ) : void
리턴 void
        protected override void OnDisable()
        {
            base.OnDisable();
            if (this.m_PreviewUtility != null)
            {
                this.m_PreviewUtility.Cleanup();
                this.m_PreviewUtility = null;
            }
        }