Esempio n. 1
0
 public void OnDestroy()
 {
     _toolTipCalcs.OnDisable();
     _inputScheme  = null;
     _myDataHub    = null;
     _toolTipCalcs = null;
 }
Esempio n. 2
0
 //Main
 public void OnAwake() => _toolTipCalcs = EZInject.Class.WithParams <IToolTipCalcs>(this);