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