1.2D绕点旋转,不用Transform。2D的话不使用Unity的Quaternion跟Vector类,直接用数学公式 ... public Vector3 RotatePointAroundPivot(Vector3 point, Vector3 pivot, ...
確定! 回上一頁