Beispiel #1
0
    private void OnMouseDown()
    {
        Debug.Log("Interact!");

        StartCoroutine(press.PressAndRelease(AfterPress));
    }
 private void OnMouseDown()
 {
     StartCoroutine(press.PressAndRelease(AfterPress));
 }