Ejemplo n.º 1
0
 public static T Get <T>() where T : Component
 => PerComponentPool <T> .Get();
Ejemplo n.º 2
0
 public static T Get <T>(string name) where T : Component
 => PerComponentPool <T> .Get(name);