示例#1
0
 public void Rotate(float angle, float time)
 {
     angle = GetTotalAngle(angle);
     //Debug.LogError("动物的旋转角度是"+angle);
     _rotate.StartRotate(time, LSConstant.RotationTime, -angle, 0);
 }