コード例 #1
0
 public void Destroy()
 {
     while (vUIElements.Count > 0)
     {
         RemoveUIElement(vUIElements[0], true);
     }
     RootGameObject.SetParent(null);
     RootGameObject.Destroy();
 }
コード例 #2
0
 public override void Disconnect()
 {
     if (circle_indicator != null)
     {
         circle_indicator.Destroy();
     }
     if (snap_indicator != null)
     {
         circle_indicator.Destroy();
     }
     RootGameObject.Destroy();
 }
コード例 #3
0
 public override void Disconnect()
 {
     RootGameObject.Destroy();
 }