Version: 2019.4
public static T CreateWindow (params Type[] desiredDockNextTo);
public static T CreateWindow (string title, params Type[] desiredDockNextTo);

パラメーター

Tウィンドウのタイプ。EditorWindow から派生したタイプでなくてはいけません
titleThe title of the created window. If this value is null, use the class name as title.
desiredDockNextToそのウィンドウの上にドッキングしようとする EditorWindow の型の配列

説明

Creates an EditorWindow of type T.

Creates and shows a new window and returns the instance of it.