MonoBehaviour.OnApplicationQuit Manual     Reference     Scripting  
Scripting > Runtime Classes > MonoBehaviour
MonoBehaviour.OnApplicationQuit

function OnApplicationQuit () : void

Description

Sent to all game objects before the application is quit.

In the editor this is called when the user stops playmode. In the web player it is called when the web view is closed.