Attractions.io MapLayr
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Attractions.io MapLayr
maplayr
/
io.attractions.maplayr.model.map.tile
/
Tile
Tile
data
class
Tile
<
T
:
Any
>
(
val
color
:
T
?
=
null
,
val
reflection
:
T
?
=
null
,
val
normal
:
T
?
=
null
,
val
lighting
:
T
?
=
null
)
Members
Constructors
Tile
Link copied to clipboard
constructor
(
color
:
T
?
=
null
,
reflection
:
T
?
=
null
,
normal
:
T
?
=
null
,
lighting
:
T
?
=
null
)
Properties
color
Link copied to clipboard
val
color
:
T
?
=
null
is
Empty
Link copied to clipboard
val
isEmpty
:
Boolean
is
Not
Empty
Link copied to clipboard
val
isNotEmpty
:
Boolean
lighting
Link copied to clipboard
val
lighting
:
T
?
=
null
non
Null
Entries
Link copied to clipboard
val
nonNullEntries
:
List
<
T
>
normal
Link copied to clipboard
val
normal
:
T
?
=
null
reflection
Link copied to clipboard
val
reflection
:
T
?
=
null