Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Quit

This has the same functionality as Application.Quit. At the moment, the Device Simulator doesn't support simulation of this method.
Read time 1 minuteLast updated 6 days ago

Definition

Quit()

This has the same functionality as Application.Quit. At the moment, the Device Simulator doesn't support simulation of this method.
public static void Quit()

Quit(int)

This has the same functionality as Application.Quit. At the moment, the Device Simulator doesn't support simulation of this method.
public static void Quit(int exitCode)

Parameters

exitCode