Esempio n. 1
0
 public void RemoveTileTexts()
 {
     foreach (Transform CurrText in LevelCanvas.transform)
     {
         if (CurrText.GetComponent <ValueScript>())
         {
             Destroy(CurrText.gameObject);
         }
     }
 }
 protected override bool IsDirty()
 {
     return(CurrText.Equals(origText) || HookIsDirty());
 }