コード例 #1
0
ファイル: Player.cs プロジェクト: van800/pong-tdd
 void FixedUpdate()
 {
     Move(inputProxy.GetAxisRaw(axis), timeProxy.GetFixedDeltaTime());
 }