Input.backButtonLeavesApp

Switch to Manual
public static bool backButtonLeavesApp ;

Description

Back 按钮是否应该退出应用程序?

仅适用于 Android、Windows Phone 或 Windows 平板电脑。

By default this property is set to false, which means you're responsible for responding to Back button. You can do this by calling Input.GetKey and passing KeyCode.Escape.

如果将该属性设置为 true,则单击 Back 按钮:
* 在 Android 上,将终止应用程序。
* 在 Windows Phone 或平板电脑上,将暂停应用程序。