OnDisable() 공개 메소드

public OnDisable ( ) : void
리턴 void
예제 #1
0
        public void OnDisable()
        {
            if (m_PreviewUtility != null)
            {
                m_PreviewUtility.Cleanup();
                m_PreviewUtility = null;
            }

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