Version: 2021.3
LanguageEnglish
  • C#

Rigidbody2D.inertia

Suggest a change

Success!

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.

Close

Submission failed

For 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.

Close

Cancel

Switch to Manual
public float inertia;

Description

The 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.