コード例 #1
0
ファイル: InputManager.cs プロジェクト: Luciano94/FPSVRail
 public Vector2 CameraMovement()
 {
     return(m_input.CameraMovement());
 }