Version: 2020.1
언어: 한국어

Input.backButtonLeavesApp

매뉴얼로 전환
public static bool backButtonLeavesApp ;

설명

Should Back button quit the application?

Only usable on Android, Windows Phone or Windows Tablets.

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.

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.