EditorWindow.GetWindowWithRectstatic function GetWindowWithRect (t : System.Type, rect : Rect, utility : boolean = false, title : String = null) : EditorWindowParameters
DescriptionReturns the first EditorWindow of type t which is currently on the screen. If there is none, creates and shows new window at the position rect and returns the instance of it.
// Create a dockable empty window at the top left corner of the screen
static function GetWindowWithRect.<T> (rect : Rect) : Tstatic function GetWindowWithRect.<T> (rect : Rect, utility : boolean) : Tstatic function GetWindowWithRect.<T> (rect : Rect, utility : boolean, title : String, focus : boolean) : TParameters
DescriptionReturns the first EditorWindow of type t which is currently on the screen. If there is none, creates and shows new window at the position rect and returns the instance of it.
|

