MonoBehaviour.OnApplicationQuit Manual     Reference     Scripting  
Scripting > Runtime Classes > MonoBehaviour
MonoBehaviour.OnApplicationQuit
このドキュメントは有志により翻訳されたもので、オフィシャルではありません。オリジナルのページはこちら
This document is unofficially translated by users.Please see the original document here.

翻訳に関する修正など、ご連絡はこちらまで。
Please send e-mail to here, when you have any question about the translation.

編集 (GitHub)

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.