예제 #1
0
파일: Racket.cs 프로젝트: jkwow01/midi-pong
 void Update()
 {
     transform.localPosition = Vector3.up * (moveWidth * (MidiInput.GetController(channel) - 0.5f));
 }