Esempio n. 1
0
 protected virtual void Awake()
 {
     this._gameSettings          = CDependencyResolver.Get <CGameSettings>();
     this._blockingEventsManager = CDependencyResolver.Get <CBlockingEventsManager>();
     this._canvas            = this.GetComponent <Canvas>();
     this._fader             = CDependencyResolver.Get <CFader>();
     this._navigationManager = CDependencyResolver.Get <CUINavigationManager>();
 }
Esempio n. 2
0
 private void Awake()
 {
     this._blockingEventsManager = CDependencyResolver.Get <CBlockingEventsManager>();
 }
Esempio n. 3
0
 public CUINavigationManager()
 {
     this._navigationHistory     = new HashSet <CUIViewBase>();
     this._blockingEventsManager = CDependencyResolver.Get <CBlockingEventsManager>();
 }
Esempio n. 4
0
 private void Awake()
 {
     this._gameSettings      = CDependencyResolver.Get <CGameSettings>();
     this._navigationManager = CDependencyResolver.Get <CUINavigationManager>();
 }