コード例 #1
0
ファイル: PrefabPool.cs プロジェクト: bestans/unity_test
 public static void DespawnIsDestroy(PrefabPool pool)
 {
     pool.DespawnIsDestroy();
 }
コード例 #2
0
ファイル: PrefabPool.cs プロジェクト: bestans/unity_test
 public static void DontDestroy(PrefabPool pool)
 {
     pool.DontDestroy();
 }