コード例 #1
0
 private void Awake()
 {
     Pooler.ClearPool();
 }
コード例 #2
0
 public void ClearPool(string name)
 {
     Pooler.ClearPool(name);
 }