Unity - Scripting API: ApplicationTitleDescriptor
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
Utility class containing all the information necessary to format Unity Editor main window title. All the various fields are concatenated to create a fully formed title. If only ApplicationTitleDescriptor.title is provided, this will become the complete title.
Properties
| Property | Description |
|---|---|
| activeSceneName | Unity active scene. |
| codeCoverageEnabled | Is code coverage enabled. |
| projectName | Current project name. |
| targetName | What is the runtime target for a Unity build. |
| title | Setting this field will set the complete editor title without using any of the other fields of ApplicationTitleDescriptor. |
| unityProductName | Unity version name in the form of: Unity <number> <release stream (optional)>. |
| unityVersion | Unity version number. |