toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge
/
korlibs.korge.view.property
/
ViewAction
View
Action
class
ViewAction
(
val
name
:
String
,
val
action
:
Views
.
(
instance
:
Any
)
->
Unit
)
Used by the debugger to make a button to appear
Members
Constructors
View
Action
Link copied to clipboard
constructor
(
name
:
String
,
action
:
Views
.
(
instance
:
Any
)
->
Unit
)
Properties
action
Link copied to clipboard
val
action
:
Views
.
(
instance
:
Any
)
->
Unit
name
Link copied to clipboard
val
name
:
String