toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge
/
korlibs.korge.view
/
sprite
sprite
inline
fun
Container
.
sprite
(
initialAnimation
:
SpriteAnimation
,
anchor
:
Anchor
=
Anchor.TOP_LEFT
,
callback
:
Sprite
.
(
)
->
Unit
=
{}
)
:
Sprite
inline
fun
Container
.
sprite
(
texture
:
BmpSlice
=
Bitmaps.white
,
anchor
:
Anchor
=
Anchor.TOP_LEFT
,
callback
:
Sprite
.
(
)
->
Unit
=
{}
)
:
Sprite
inline
fun
Container
.
sprite
(
texture
:
Bitmap
,
anchor
:
Anchor
=
Anchor.TOP_LEFT
,
callback
:
Sprite
.
(
)
->
Unit
=
{}
)
:
Sprite