コード例 #1
0
 public static void DiscardByTxt(string text)
 {
     if (!UnityEngine.Object.op_Inequality((UnityEngine.Object)NavigationWindow.mCurrent, (UnityEngine.Object)null) || !(NavigationWindow.mCurrent.Text.get_text() == text))
     {
         return;
     }
     NavigationWindow.DiscardCurrent();
 }
コード例 #2
0
 private void Start()
 {
     NavigationWindow.DiscardCurrent();
     NavigationWindow.mCurrent = this;
 }