コード例 #1
0
 public static void PreloadObject(GameObject sourceObj, int poolSize = 1)
 {
     instance.addObjectToPool(sourceObj, poolSize);
 }