littlekt
0.6.0
common
core
/
com.lehaine.littlekt.graphics.g2d
/
AnimationBuilder
/
frames
frames
fun
frames
(
indices
:
IntRange
=
0..frames.size
,
repeats
:
Int
=
0
,
frameTime
:
Duration
=
100.milliseconds
)
fun
frames
(
index
:
Int
=
0
,
repeats
:
Int
=
0
,
frameTime
:
Duration
=
100.milliseconds
)