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