korlibs
Toggle table of contents
6.1.0-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
korlibs
korlibs-image
/
korlibs.image.format
/
ASE
/
AseTileset
Ase
Tileset
data
class
AseTileset
(
val
tilesetId
:
Int
,
val
ntiles
:
Int
,
val
tileWidth
:
Int
,
val
tileHeight
:
Int
,
val
baseIndex
:
Int
,
val
tilesetName
:
String
,
val
tiles
:
List
<
BmpSlice
>
,
val
border
:
Int
=
0
)
Members
Constructors
Ase
Tileset
Link copied to clipboard
constructor
(
tilesetId
:
Int
,
ntiles
:
Int
,
tileWidth
:
Int
,
tileHeight
:
Int
,
baseIndex
:
Int
,
tilesetName
:
String
,
tiles
:
List
<
BmpSlice
>
,
border
:
Int
=
0
)
Properties
base
Index
Link copied to clipboard
val
baseIndex
:
Int
border
Link copied to clipboard
val
border
:
Int
ntiles
Link copied to clipboard
val
ntiles
:
Int
tile
Height
Link copied to clipboard
val
tileHeight
:
Int
tiles
Link copied to clipboard
val
tiles
:
List
<
BmpSlice
>
tile
Set
Link copied to clipboard
val
tileSet
:
TileSet
tileset
Id
Link copied to clipboard
val
tilesetId
:
Int
tileset
Name
Link copied to clipboard
val
tilesetName
:
String
tile
Width
Link copied to clipboard
val
tileWidth
:
Int