app
Toggle table of contents
release
Target filter
release
Switch theme
Search in API
Skip to content
app
app
/
org.scottishtecharmy.soundscape.dto
/
Tile
Tile
data
class
Tile
(
var
tileX
:
Int
=
0
,
var
tileY
:
Int
=
0
,
var
zoom
:
Int
=
0
,
var
workerIndex
:
Int
=
0
)
Members
Constructors
Tile
Link copied to clipboard
constructor
(
tileX
:
Int
=
0
,
tileY
:
Int
=
0
,
zoom
:
Int
=
0
,
workerIndex
:
Int
=
0
)
Properties
tile
X
Link copied to clipboard
var
tileX
:
Int
tile
Y
Link copied to clipboard
var
tileY
:
Int
worker
Index
Link copied to clipboard
var
workerIndex
:
Int
zoom
Link copied to clipboard
var
zoom
:
Int