πͺ WGUI
This is a static class. Access brush methods with . instead of :
It's not possible to spawn new instances.
π¦ Functions
Create
Creates a WGUI component by the specified class.
β Returns BaseWidget.
HandleInputRules
Re-calculates the input rules and applies them.
RegisterFont
Registers a new font by the specified name and path.
PreLoadURL
Pre-loads a URL image.
RedirectPanelFunctions
GetLayout
Returns the default WGUI canvas panel widget.
β Returns CanvasPanel.
GetPlatformMousePosition
Gets the platform's mouse cursor position. This the 'absolute' desktop location of the mouse.
β Returns Vector2D.
GetWidgetByID
Gets the widget by the specified Unique ID.
β Returns BaseWidget.
GetFontPath
Returns the path of the specified font.
β Returns string.
IsFontRegistered
Registers a new font by the specified name and path.
β Returns boolean.
GetInputRules
Returns the input rules.
β Returns boolean (Whether the mouse should be enabled).
Last updated