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