FindObjectsOfTypeAll (typeof(GameObject)); foreach (GameObject pObject in pAllObjects) { if (pObject.transform.parent != null) { continue; }
確定! 回上一頁