Unity - Scripting API: EditorApplication
class in UnityEditor
Success!
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
Submission failed
For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.
Description
Main Application class.
Events
| hierarchyChanged | Event that is raised when an object or group of objects in the hierarchy changes. |
| pauseStateChanged | Event that is raised whenever the Editor's pause state changes. |
| playModeStateChanged | Event that is raised whenever the Editor's play mode state changes. |
| projectChanged | Event that is raised whenever the state of the project changes. |
| quitting | Unity raises this event when the editor application is quitting. |
| wantsToQuit | Unity raises this event when the editor application wants to quit. |