コード例 #1
0
 private void Awake()
 {
     if (I == null)
     {
         I = this;
         DontDestroyOnLoad(this);
     }
     else
     {
         Destroy(this);
     }
 }
コード例 #2
0
 public void ButtonClicked()
 {
     UIDesktopManager.EventProfileSelected(pp);
 }
コード例 #3
0
 public void ButtonClicked()
 {
     UIDesktopManager.EventBodyPartSelected(bp);
 }