# allowRemoteRotation

> Configures if Apple TV Remote should autorotate all the inputs when Remote is being held in horizontal orientation. Default is false. Note: Siri Remotes without a built-in gyroscope return false.

## Definition

* **Type:** Property
* **Namespace:** [UnityEngine.tvOS](/engine/6000.7/script-reference/unityengine/tvos.md)
* **Assembly:** UnityEngine.CoreModule

```csharp
public static bool allowRemoteRotation { get; set; }
```
