toggle menu
mapsglmaps
androidJvm
switch theme
search in API
mapsglmaps
/
com.xweather.mapsgl.style
/
TextureAtlas
Texture
Atlas
data
class
TextureAtlas
(
val
columns
:
Int
,
val
rows
:
Int
,
val
interval
:
Int
,
val
sdfMax
:
ValueRange
?
,
val
sdfSoft
:
ValueRange
?
)
Members
Constructors
Texture
Atlas
Link copied to clipboard
constructor
(
columns
:
Int
,
rows
:
Int
,
interval
:
Int
,
sdfMax
:
ValueRange
?
,
sdfSoft
:
ValueRange
?
)
Properties
columns
Link copied to clipboard
val
columns
:
Int
interval
Link copied to clipboard
val
interval
:
Int
rows
Link copied to clipboard
val
rows
:
Int
sdf
Max
Link copied to clipboard
val
sdfMax
:
ValueRange
?
sdf
Soft
Link copied to clipboard
val
sdfSoft
:
ValueRange
?