コード例 #1
0
ファイル: GroundMovement.cs プロジェクト: mikhomak/Erbium
 private void UpdateAnimParameters(Vector3 groundVelocity)
 {
     animatorFacade.UpdateInputs();
     animatorFacade.SetGroundVelocity(CommonMethods.CalculateGroundVelocity(groundVelocity));
 }