学员(7686)
课程(179)
分享
this.transform.localEulerAngles += Vector3.right * Time.deltaTime*30;
放在update里 为什么旋转时会卡住
卡住是卡住一直不动吗 还是只是卡几下
可以使用transform.rotateAround 来控制旋转
一直不动