toggle menu
Hex Grid
androidJvm
switch theme
search in API
data
/
com.gonodono.hexgrid.data
/
MutableGrid
/
MutableGrid
Mutable
Grid
constructor
(
rowCount
:
Int
,
columnCount
:
Int
,
insetEvenLines
:
Boolean
=
false
,
enableEdgeLines
:
Boolean
=
false
,
initial
:
Map
<
Grid.Address
,
Grid.State
>
?
=
null
)