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;
            }
        }