Select your preferred scripting language. All code snippets will be displayed in this language.
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.
Closet | The type of the window. Must derive from EditorWindow. |
Focuses the first found EditorWindow of specified type if it is open.
If there is no open window of such type, nothing happens.
T | The type of the window. Must derive from EditorWindow. |
Focuses the first found EditorWindow of type T
if it is open.
If there is no open window of such type, nothing happens.