Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
CloseFor some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.
CloseThe Rigidbody's resistance to changes in angular velocity (rotation).
Rotational inertia controls a Rigidbody's resistance to changes in angularVelocity. It is similar to how mass controls a Rigidbody's resistance to changes in linear velocity.
The rotational inertia is automatically calculated based on the Rigidbody's mass position relative to the centerOfMass. It can also be specified explicitly by setting this property in the same way mass can be set.