Example #1
0
        public static void Destory()
        {
            //ensure call Create() first
            GameObjectMan pMan = GameObjectMan.GetInstance();

            Debug.Assert(pMan != null);

            pMan.baseDestory();

            pMan.poNodeForCompare   = null;
            pMan.poNullGameObject   = null;
            GameObjectMan.pInstance = null;
        }