Пример #1
0
 /// Called when the user stops looking on the GameObject, after OnGazeEnter
 /// was already called.
 public void OnGazeExit()
 {
     weaponControl.OnGazeLeft();
 }