Called up to 66 times a second to update window's content
current time in milliseconds
UI.Container that was used to open this window or null, if the window wasn't opened in container
window's content object (usually specified in the window's constructor)
object containing current style of the window
Forces ui drawables of the window to refresh
if true, the drawables will be refreshed immediately, otherwise refresh event will be posted. Default value if false. Ensure you are in the UI thread if you pass true as the parameter
Forces ui elements of the window to refresh
if true, the elements will be refreshed immediately, otherwise refresh event will be posted. Default value if false. Ensure you are in the UI thread if you pass true as the parameter
true if the window can change its contents position
true if the window has an inventory that should be updated
true if the window is opened, false otherwise
whether the window can be closed on pressing back navigation button
Opens window without container. It is usually mor
Sets container for the current window. Be careful when calling it manually. You should prefer opening the window via UI.Container.openAs call
UI.Container to be associated with current window or null to associate no container with current window
Turns debug mode for the window on and off
if true, additional debug information will be drawn on the window canvas
Generated using TypeDoc
Closes window without container. Use only if the window was opened without container