Example #1
0
        public static bool Remove()
        {
            if (m_Instance == null)
            {
                return(false);
            }

            m_Instance.Delete();
            m_Instance = null;
            return(true);
        }