言語: 日本語
  • C#
  • JS
  • Boo

スクリプト言語

お好みのスクリプト言語を選択すると、サンプルコードがその言語で表示されます。

EditorWindow.FocusWindowIfItsOpen

Suggest a change

Success!

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.

Close

Sumbission failed

For some reason your suggested change could not be submitted. Please try again in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

public static function FocusWindowIfItsOpen(t: Type): void;
public static void FocusWindowIfItsOpen(Type t);
public static def FocusWindowIfItsOpen(t as Type) as void

Parameters

t ウィンドウのタイプ。EditorWindowから派生したタイプでなくてはいけません

Description

エディタウィンドウが開いている場合に探し出し、最初に見つけたものにフォーカスを当てます。

対象のウィンドウが開いていない場合、何も起こりません。

public static function FocusWindowIfItsOpen(): void;
public static void FocusWindowIfItsOpen();
public static def FocusWindowIfItsOpen() as void

Parameters

T ウィンドウのタイプ。EditorWindowから派生したタイプでなくてはいけません

Description

/T/ タイプのエディタウィンドウが開いている場合は最初に見つけたエディタウィンドウをフォーカスします。

対象のウィンドウが開いていない場合、何も起こりません。