private void UpdateAnimParameters(Vector3 groundVelocity) { animatorFacade.UpdateInputs(); animatorFacade.SetGroundVelocity(CommonMethods.CalculateGroundVelocity(groundVelocity)); }