# Sandbox.Rigidbody.InertiaTensorRotation

```csharp
Rotation InertiaTensorRotation { get; set; }
```

Gets or sets the rotation applied to the inertia tensor.
Like [Sandbox.Rigidbody.InertiaTensor](/api/Sandbox.Rigidbody/InertiaTensor), this acts as an override to the automatically calculated inertia tensor rotation
and remains in effect until [Sandbox.Rigidbody.ResetInertiaTensor](/api/Sandbox.Rigidbody/ResetInertiaTensor) is called.

Declared in [Sandbox.Rigidbody](/api/Sandbox.Rigidbody).
Assembly: `Sandbox.Engine`.
