Esempio n. 1
0
 // When the user clicked on the TIMEBAR
 public void OnPointerDown()
 {
     EoM_Events.Send_SetTimeMarkerOnX(mouse.position.x.ReadValue());
 }
 // When the user clicked on the TIMEBAR
 public void OnPointerDown()
 {
     EoM_Events.Send_SetTimeMarkerOnX(Input.mousePosition.x);
 }