コード例 #1
0
 public GameObject InstantiateFromPool(GameObject gameObject, Vector3 position, Quaternion rotation)
 {
     return(_myPoolManager.PoolingProcess(gameObject, position, rotation));
 }