コード例 #1
0
ファイル: LevelLoader.cs プロジェクト: trunghieu11/ArrowLeap
    // recycle prefabs
    public void ClearLevel()
    {
        levelPiecePrefab.RecycleAll();

        circle1Prefab.RecycleAll();
        circle2Prefab.RecycleAll();
        circle3Prefab.RecycleAll();
        circle4Prefab.RecycleAll();

        spikePrefab.RecycleAll();
    }