menu
fortress package
documentation
map.dart
TileMap<T extends TileBase>
get method
get method
dark_mode
light_mode
get
method
T
get
(
int
x
,
int
y
)
Get the tile at column
x
row
y
Implementation
T get(int x, int y) => _tiles.get(x, y);
fortress package
documentation
map
TileMap<T extends TileBase>
get method
TileMap class