toggle menu
simple-demo-platform
1.0.0
common
switch theme
search in API
simple-demo-platform
/
ru.casperix.demo_platform.action
/
ButtonNode
Button
Node
class
ButtonNode
(
val
name
:
String
,
val
action
:
(
)
->
Unit
)
:
GuiNode
Members
Constructors
Button
Node
Link copied to clipboard
constructor
(
name
:
String
,
action
:
(
)
->
Unit
)
Properties
action
Link copied to clipboard
val
action
:
(
)
->
Unit
name
Link copied to clipboard
val
name
:
String