OnDisable() public method

public OnDisable ( ) : void
return void
Ejemplo n.º 1
0
        public void OnDisable()
        {
            if (m_PreviewUtility != null)
            {
                m_PreviewUtility.Cleanup();
                m_PreviewUtility = null;
            }

            if (timeControl != null)
            {
                timeControl.OnDisable();
            }
        }