Ejemplo n.º 1
0
 public void Init()
 {
     if (isInit)
     {
         return;
     }
     isInit   = true;
     instance = this;
 }
Ejemplo n.º 2
0
 private void Start()
 {
     if (isInit)
     {
         return;
     }
     isInit   = true;
     instance = this;
 }
Ejemplo n.º 3
0
 //public bool MenuActive = true;
 // Start is called before the first frame update
 void Start()
 {
     dataUI            = dataUIsetter;
     Screen.fullScreen = true;
     Cursor.lockState  = CursorLockMode.Locked;
 }