示例#1
0
 /// <summary>
 /// Call this method to kill all instances of all prefabs in a certain Pool Boss category. Only prefabs with a Killable component can be killed.
 /// </summary>
 /// <param name="category">Category to affect</param>
 public static void KillAllPrefabsInCategory(string category)
 {
     PoolBoss.KillAllPrefabsInCategory(category);
 }