allowExitToHome
Configures how Menu button behaves on Apple TV Remote.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Property
- Namespace: UnityEngine.tvOS
- Assembly: UnityEngine.CoreModule
public static bool allowExitToHome { get; set; }
Remarks
When set to true, pressing on the remote will exit the application and naviagte to the system home screen. When set to false, the current application is responsible for handling a press. It's recommended to set this property to true on top level menus of your application. The default setting is true.
MenuMenu