Method CreateWindow
CreateWindow<T>(T, ContentWindowParameters)
Declaration
public static EditorWindow CreateWindow<T>(T content, ContentWindowParameters options)
where T : ContentProvider, new()
Parameters
Type | Name | Description |
---|---|---|
T | content | |
ContentWindowParameters | options |
Returns
Type | Description |
---|---|
EditorWindow |
Type Parameters
Name | Description |
---|---|
T |