Esempio n. 1
0
 // Start is called before the first frame update
 void Start()
 {
     videoPlayer.enabled = false;
     videoScreen.SetActive(false);
     videoClose.Disable();
     CloseVideoWindow();
 }
Esempio n. 2
0
 // Start is called before the first frame update
 void Start()
 {
     fileBackground.enabled = false;
     // TODO
     // Make a button class that
     exitMutton.Disable();
 }
Esempio n. 3
0
 // Start is called before the first frame update
 void Start()
 {
     fileBackground.enabled = false;
     // TODO
     // Make a button class that
     exitMutton.Disable();
     // We already that PopUps start out disabled;
 }
Esempio n. 4
0
 public void Disable()
 {
     backButton.Disable();
     contButton.Disable();
     background.enabled = false;
     text.enabled       = false;
 }
Esempio n. 5
0
 public void CloseVideoWindow()
 {
     fileBackground.enabled = false;
     exitMutton.Disable();
     foreach (Mutton thumbnail in videoThumbnails)
     {
         thumbnail.Disable();
     }
 }
Esempio n. 6
0
 public void CloseFile()
 {
     image.enabled = false;
     closeMutton.Disable();
 }
Esempio n. 7
0
 public void HideIcon()
 {
     fileIcon.Disable();
     IconShowing = false;
 }