private void Awake()
 {
     Instance = this;
 }
Beispiel #2
0
 // Use this for initialization
 void Start()
 {
     GAZED = VRGazeTrail.Instance;
     SYNC  = SyncExperiment_Debug.Instance;
 }