Exemple #1
0
 public static int CountSpawned(this GameObject prefab)
 {
     return(GameObjectPool.CountSpawned(prefab));
 }
Exemple #2
0
 public static int CountSpawned <T>(this T prefab) where T : Component
 {
     return(GameObjectPool.CountSpawned(prefab));
 }