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