toggle menu
mapsglmaps
androidJvm
switch theme
search in API
mapsglmaps
/
com.xweather.mapsgl.style
/
TextureAtlasItem
Texture
Atlas
Item
data
class
TextureAtlasItem
(
val
x
:
Int
,
val
y
:
Int
,
val
width
:
Int
,
val
height
:
Int
,
val
anchorX
:
Int
,
val
anchorY
:
Int
,
val
mask
:
Boolean
)
Members
Constructors
Texture
Atlas
Item
Link copied to clipboard
constructor
(
x
:
Int
,
y
:
Int
,
width
:
Int
,
height
:
Int
,
anchorX
:
Int
,
anchorY
:
Int
,
mask
:
Boolean
)
Properties
anchor
X
Link copied to clipboard
val
anchorX
:
Int
anchor
Y
Link copied to clipboard
val
anchorY
:
Int
height
Link copied to clipboard
val
height
:
Int
mask
Link copied to clipboard
val
mask
:
Boolean
width
Link copied to clipboard
val
width
:
Int
x
Link copied to clipboard
val
x
:
Int
y
Link copied to clipboard
val
y
:
Int