MoveableWin.
Makes the window active.
window.SetActive ( )
SetActive makes the window active, if it is not already. Only top-level windows (such as main windows) and windows that can be moved or resized (such as dialogs) can be made active.
For windows, the window to be activated can also be an MDI child window.
[-] if (TextEditor.Exists ()) [ ] TextEditor.SetActive () [-] else [ ] TextEditor.Invoke ()