コード例 #1
0
 private void Update()
 {
     if (!Application.isPlaying)
     {
         GUIMaster.UpdateMember(identifier, this);
     }
 }
コード例 #2
0
 public void UpdateToMaster()
 {
     this.gameObject.name = "GUIMEMBER(" + identifier + ")";
     GUIMaster.UpdateMember(identifier, this);
 }