UserInterface.this

Create UI object

class UserInterface
this
(
uint w
,
uint h
,
string filePath
)

Parameters

w
Type: uint

Width (in pixels) of UI

h
Type: uint

Height (in pixels) of UI

filePath
Type: string

Absolute file path to UI file

Meta