EditorWindow.FocusWindowIfItsOpen.<T> Manual     Reference     Scripting  
Scripting > Editor Classes > EditorWindow
EditorWindow.FocusWindowIfItsOpen.<T>

static function FocusWindowIfItsOpen.<T> () : void

Parameters

NameDescription
T the type of the window. Must derive from EditorWindow.

Description

Focuses the first found EditorWindow of type T if it is open.

If there is no open window of such type, nothing happens.