Ejemplo n.º 1
0
 public static void InPool(this Transform transform) => YObjectPool.InPool(transform.gameObject.name, transform.gameObject);
Ejemplo n.º 2
0
 public static void InPool(this GameObject gameobject) => YObjectPool.InPool(gameobject.name, gameobject);
Ejemplo n.º 3
0
 public static void InPool(this Transform transform, string name) => YObjectPool.InPool(name, transform.gameObject);
Ejemplo n.º 4
0
 public static void InPool(this GameObject gameobject, string name) => YObjectPool.InPool(name, gameobject);