예제 #1
0
        public static void DumpAll()
        {
            GameObjectManager pMan = privGetInstance();

            Debug.Assert(pMan != null);

            Debug.WriteLine("------ GameObject Manager Dump All ------");
            pMan.baseDumpAll();
        }