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