ProtectedconstructorOptionalisInternalConstructor: booleanProtectedcustomStaticsharedThe current instance.
Protected Static ReadonlywindowThe default window size, it's height will be adjusted dynamically for texts.
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.
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.
Sets the stylesheet for this window's UI surface.
Sets the stylesheet for this window's UI surface.
Sets the stylesheet for this window's UI surface.
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.
ProtectedonProtectedonProtectedonVirtualMethod to override to implement initialization of custom windows. Called by the engine after window creation.
ProtectedremoveStaticcloseStaticconstructOpens a FloatingElementWindow of the specified type.
The type of the DropDownWindow to open.
The parent key window, if null, will use the current.
The width of the floating window.
The height of the floating window.
Whether the window will receive input events.
Whether the window should be transparent or not.
The window options.
A FloatingElementWindow of the specified type.
StaticconstructStaticopenOpens the tooltip window.
OptionaltextOrElement: string | UIElementBaseThe text or UIElementBase to display.
StaticregisterRegisters a hover behavior for the given element that will show a TooltipFloaterWindow when hovered.
The element to register hover behavior for.
Callback to be called to perform window initialization. The callback has to return a single element that is place inside the tooltip window.
The TooltipFloaterWindow displays tooltip information.
Note
Only a single TooltipFloaterWindow window may be presented at any given time.