Rachel
Toggle table of contents
3.5.0
common
Target filter
common
Switch theme
Search in API
Skip to content
Rachel
love.yinlin.compose.plugin.game
/
love.yinlin.compose.game.asset
/
Assets
Assets
@
Stable
abstract
class
Assets
Members
Constructors
Assets
Link copied to clipboard
constructor
(
)
Functions
animation
Link copied to clipboard
fun
animation
(
version
:
Int
?
=
null
)
:
AnimationAsset
get
Link copied to clipboard
operator
fun
<
T
:
Any
>
get
(
name
:
String
)
:
T
image
Link copied to clipboard
fun
image
(
version
:
Int
?
=
null
)
:
ImageAsset
invoke
Link copied to clipboard
operator
fun
<
T
:
Any
>
invoke
(
)
:
ReadOnlyProperty
<
Any
?
,
T
>
set
Link copied to clipboard
operator
fun
<
T
:
Any
>
set
(
name
:
String
,
value
:
T
)