Esempio n. 1
0
 public static void RecycleAll(this GameObject prefab)
 {
     GameObjectPool.RecycleAll(prefab);
 }
Esempio n. 2
0
 public static void RecycleAll <T>(this T prefab) where T : Component
 {
     GameObjectPool.RecycleAll(prefab);
 }