ProtectedconstructorOptionalisInternalConstructor: booleanGets the currently active window in the container.
Gets the keywindow container UI element.
Gets a list of all currently docked key windows.
A vector of docked key windows.
Returns the DPI scale factor.
Sets the height of the window in points.
Sets the height of the window in pixels.
Check whether the window was destroyed.
Checks whether the window currently has keyboard focus.
Determines if the window layout is locked or not.
Gets the key window which owns this window.
Returns the X position of the window in screen coordinates in points.
Specifies the local shortcut context. This context will be automatically disabled whenever the user switches focus from the context.
Gets the parent EditorWindow.
Gets the RenderWindow associated with this EditorWindow.
Specifies the global shortcut context. This context will be always enabled as long as the window is active.
Returns the X position of the window in screen coordinates in points.
Sets the width of the window in points.
Sets the width of the window in pixels.
Docks a key window to this container window.
The key window to be docked.
Locks the window to prevent the user from closing it.
The key window to be locked.
ProtectedonProtectedonProtectedonUndocks a key window from this container window.
The key window to be undocked.
Unlocks the window to stop preventing the user from closing it.
The key window to be unlocked.
An editor window that contains a key window container.