예제 #1
0
 public void UnloadView()
 {
     content.UnloadView();
     foreach (Template template in templates)
     {
         template.gameObject.SetActive(false);
     }
 }