littlekt
0.6.0
common
core
/
com.lehaine.littlekt
/
PreparableGameAsset
Preparable
Game
Asset
class
PreparableGameAsset
<
T
>
(
val
action
:
suspend
(
)
->
T
)
Constructors
Functions
Properties
Constructors
Preparable
Game
Asset
Link copied to clipboard
fun
<
T
>
PreparableGameAsset
(
action
:
suspend
(
)
->
T
)
Functions
get
Value
Link copied to clipboard
operator
fun
getValue
(
thisRef
:
Any
?
,
property
:
KProperty
<
*
>
)
:
T
prepare
Link copied to clipboard
suspend
fun
prepare
(
)
Properties
action
Link copied to clipboard
val
action
:
suspend
(
)
->
T