コード例 #1
0
        public static void PurgeAllNodes()
        {
            GameObjectManager pMan = GameObjectManager.PrivGetInstance();

            Debug.Assert(pMan != null);
            // TODO this will not remove  the game objects properly or safely
            pMan.BasePurgeAllNodes();
        }