コード例 #1
0
 private void Pool()
 {
     AgentController.CacheAgent(this);
     if (CachedGameObject.IsNotNull())
     {
         CachedGameObject.SetActive(false);
     }
 }