浏览代码

[Bot] Automated dotnet-format update

/main
John McAllister 4 年前
当前提交
8c6e7df0
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 2
      UOP1_Project/Assets/Scripts/Characters/StateMachine/Conditions/IsSlidingConditionSO.cs

2
UOP1_Project/Assets/Scripts/Characters/StateMachine/Conditions/IsSlidingConditionSO.cs


{
if (_protagonistScript.lastHit == null)
return false;
float currentSlope = Vector3.Angle(Vector3.up, _protagonistScript.lastHit.normal);
return (currentSlope >= _characterController.slopeLimit);
}
正在加载...
取消
保存