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