float getGazeTime()
 {
     return(gazeableObject.getGazeTime());
 }
Esempio n. 2
0
 void Start()
 {
     gazeTime = gazeableObject.getGazeTime();
 }