コード例 #1
0
 private void Awake()
 {
     _uiEditorState = GetComponent <UIEditorState>();
 }
コード例 #2
0
 private void Awake()
 {
     Instance                  = this;
     IsTilesLayerVisible       = true;
     IsTileObjectsLayerVisible = true;
 }
コード例 #3
0
 private void Awake()
 {
     _camera = Camera.main;
     _state  = GetComponent <UIEditorState>();
 }