Version: 2021.1
言語: 日本語
public static T CreateWindow (params Type[] desiredDockNextTo);
public static T CreateWindow (string title, params Type[] desiredDockNextTo);

パラメーター

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.