void CameraInput() { float h = Input.GetAxis("Mouse X"); float v = Input.GetAxis("Mouse Y"); playerCam.MoveCamera(h, v); }