menu
flame_isometric package
documentation
custom_isometric_tile_map_component.dart
CustomIsometricTileMapComponent
matrix property
matrix property
dark_mode
light_mode
matrix
property
List
<
List
<
int
>
>
matrix
getter/setter pair
inherited
The positions of each block will be placed respecting this matrix.
Implementation
List<List<int>> matrix;
flame_isometric package
documentation
custom_isometric_tile_map_component
CustomIsometricTileMapComponent
matrix property
CustomIsometricTileMapComponent class