# Remote

> A class for Apple TV remote input configuration.

## Definition

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

```csharp
public sealed class Remote
```

## Static Properties

| Property                                                                                                        | Description                                                                                                                            |
| --------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------- |
| [allowExitToHome](/engine/6000.6/script-reference/unityengine/tvos/remote/allowexittohome.md)                   | Configures how `Menu` button behaves on Apple TV Remote.                                                                               |
| [allowRemoteRotation](/engine/6000.6/script-reference/unityengine/tvos/remote/allowremoterotation.md)           | Configures if Apple TV Remote should autorotate all the inputs when Remote is being held in horizontal orientation. Default is false.  |
| [reportAbsoluteDpadValues](/engine/6000.6/script-reference/unityengine/tvos/remote/reportabsolutedpadvalues.md) | Configures how touches are mapped to analog joystick axes in relative or absolute values.                                              |
| [touchesEnabled](/engine/6000.6/script-reference/unityengine/tvos/remote/touchesenabled.md)                     | Disables Apple TV Remote touch propagation to Unity [Input.touches](/engine/6000.6/script-reference/unityengine/input/touches.md) API. |
