T | ウィンドウのタイプ。EditorWindow から派生したタイプでなくてはいけません |
title | The 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.