Ejemplo n.º 1
0
        public static void Destory()
        {
            //ensure call Create() first
            SpriteBatchMan pMan = SpriteBatchMan.GetInstance();

            Debug.Assert(pMan != null);

            pMan.baseDestory();

            pMan.poNodeForCompare    = null;
            SpriteBatchMan.pInstance = null;
        }