Ejemplo n.º 1
0
 private void Awake()
 {
     _uiEditorState = GetComponent <UIEditorState>();
 }
Ejemplo n.º 2
0
 private void Awake()
 {
     Instance                  = this;
     IsTilesLayerVisible       = true;
     IsTileObjectsLayerVisible = true;
 }
 private void Awake()
 {
     _camera = Camera.main;
     _state  = GetComponent <UIEditorState>();
 }