Legacy Documentation: Version 2017.2 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

EditorWindow.FocusWindowIfItsOpen

public static void FocusWindowIfItsOpen(Type t);

Parameters

t The type of the window. Must derive from EditorWindow.

Description

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();

Parameters

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.

对文档有任何疑问,请移步至开发者社区提问,我们将尽快为您解答