EditorWindow.FocusWindowIfItsOpen

Cambiar al Manual
public static void FocusWindowIfItsOpen (Type t);

Parámetros

tThe type of the window. Must derive from EditorWindow.

Descripción

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

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


public static void FocusWindowIfItsOpen ();

Parámetros

TThe type of the window. Must derive from EditorWindow.

Descripción

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

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