protected void Awake()
 {
     Instance = this;
     _eyexHost = EyeXHost.GetInstance();
     _dataProvider = _eyexHost.GetEyePositionDataProvider();
 }
예제 #2
0
 protected void Awake()
 {
     Instance      = this;
     _eyexHost     = EyeXHost.GetInstance();
     _dataProvider = _eyexHost.GetEyePositionDataProvider();
 }