toggle menu
Glok
0.5.1
common
switch theme
search in API
glok-core
/
uk.co.nickthecoder.glok.scene.dsl
/
SceneDSL
Scene
DSL
class
SceneDSL
(
val
width
:
Float
=
0.0f
,
val
height
:
Float
=
0.0f
)
Members
Constructors
Scene
DSL
Link copied to clipboard
constructor
(
width
:
Float
=
0.0f
,
height
:
Float
=
0.0f
)
Properties
height
Link copied to clipboard
val
height
:
Float
=
0.0f
root
Link copied to clipboard
var
root
:
Node
?
width
Link copied to clipboard
val
width
:
Float
=
0.0f
Functions
theme
Link copied to clipboard
fun
theme
(
themeProperty
:
ObservableTheme
)
fun
theme
(
theme
:
Theme
)