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