toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-core
/
korlibs.image.format
/
ImageAnimation
/
ImageAnimation
Image
Animation
constructor
(
frames
:
List
<
ImageFrame
>
,
direction
:
ImageAnimation.Direction
,
name
:
String
,
layers
:
List
<
ImageLayer
>
=
frames.flatMap { it.layerData }.map { it.layer }.distinct().sortedBy { it.index }
)