πͺ WGUI
π¦ Functions
Create
Creates a WGUI component by the specified class.
β Returns BaseWidget.
WidgetClass
ParentPanel
...
HandleInputRules
Re-calculates the input rules and applies them.
RegisterFont
Registers a new font by the specified name and path.
FontName
FontPath
PreLoadURL
Pre-loads a URL image.
URL
Callback
RedirectPanelFunctions
SourceWidget
TargetWidget
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.
UniqueID
GetFontPath
Returns the path of the specified font.
β Returns string.
FontName
IsFontRegistered
Registers a new font by the specified name and path.
β Returns boolean.
FontName
GetInputRules
Returns the input rules.
β Returns boolean (Whether the mouse should be enabled).
Last updated
Was this helpful?