Version: 5.5

Input.backButtonLeavesApp

Cambiar al Manual
public static bool backButtonLeavesApp ;

Descripción

Debería el botón Back salirse de la aplicación?

Solo se puede utilizar en Android, Windows Phone o Windows Tablets.

Por defecto esta propiedad se configura a false, lo que significa que usted es responsable para responder por el botón Back. Usted puede hacer esto al llamar Input.GetKey y pasar KeyCode.Escape.

If you set this property to true, clicking Back button:
* On Android will terminate the application.
* On Windows Phone or Table will suspend the application.