예제 #1
0
 public static void RecycleAll(this GameObject prefab)
 {
     ObjectPool.RecycleAll(prefab);
 }
예제 #2
0
 public static void RecycleAll <T> (this T prefab) where T : Component
 {
     ObjectPool.RecycleAll(prefab);
 }