Rigidbody.maxAngularVelocity

切换到手册
public float maxAngularVelocity ;

描述

刚体的最大角速率(以弧度/秒为单位)。(默认值为 7)范围为 { 0, 无穷大 }。

刚体的角速度被限制为 maxAngularVelocity,以避免快速旋转体的数值不稳定。 这可能会阻止轮子等对象进行有意的快速旋转,因此您可以为每个刚体重写该值。