Home
Components
Playground
Developer
Forums
Contribute
class
HaxeUIApp
package
haxe.ui
Static Properties
static
instance
:
HaxeUIApp
Properties
preloader
:
Preloader
preloaderClass
:Class<
Preloader
>
title
:String
Methods
addComponent
(component:
Component
):
Component
ready
(onReady:():Void, onEnd:():Void = null):Void
removeComponent
(component:
Component
, dispose:Bool = true):
Component
setComponentIndex
(child:
Component
, index:Int):
Component