EditorWindow.FocusWindowIfItsOpenstatic function FocusWindowIfItsOpen (t : System.Type) : voidParameters
DescriptionFocuses the first found EditorWindow of specified type if it is open. If there is no open window of such type, nothing happens. static function FocusWindowIfItsOpen.<T> () : voidParameters
DescriptionFocuses the first found EditorWindow of type T if it is open. If there is no open window of such type, nothing happens. |
