Vector3
InertiaTensor
{
get;
set;
}
Summary
Gets or sets the inertia tensor for this body.
By default, the inertia tensor is automatically calculated from the shapes attached to the body.
Setting this property overrides the automatically calculated inertia tensor until
Rigidbody.ResetInertiaTensor is called.