EditorWindow.GetWindowstatic function GetWindow (t : System.Type, utility : bool = 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 and returns the instance of it. |
