示例#1
0
 public virtual void Rotate(Quaternion target, float deltaTime)
 {
     _motor.CharacterController.SetDeltaRot(new Vector3(0, YawPitchUtility.CalcDeltaAngle(_motor.transform.rotation.eulerAngles.y, target.eulerAngles.y), 0));
 }