如何实现C#中 transform.localRotation直接赋值

2024-12-15 21:34:05
推荐回答(1个)
回答1:

localRotation使用的是四元数, 你可以使用Transform.localEulerAngles来进行赋值赋值的时候需要使用vector3结构体