コード例 #1
0
ファイル: Player.cs プロジェクト: FlixonStudios/Battleping
 public void MovePlayer()
 {
     AddForceToPlayer(playerForceControl.CalculateForce(MovementService.GetJoystickInputHorizontalRaw(joystick),
                                                        MovementService.GetJoystickInputVerticalRaw(joystick),
                                                        MovementService.GetDeltaTime()));
 }