예제 #1
0
        public static void DumpStats()
        {
            ProxySpriteManager pMan = ProxySpriteManager.privGetInstance();

            Debug.Assert(pMan != null);

            Debug.WriteLine("------ ProxySprite Manager Stats ------");
            pMan.baseDumpStats();
        }