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