Beispiel #1
0
 public void EnterGaze(string objectName)
 {
     EmteqVRManager.StartDataSection($"Gaze:{objectName}");
 }
Beispiel #2
0
 private void OnShowSubtitle(string subtitle)
 {
     //Debug.Log(subtitle+" Show");
     EmteqVRManager.StartDataSection(subtitle);
 }