menu
fortress package
documentation
map.dart
TileMap<T extends TileBase>
operator [] method
operator [] method
dark_mode
light_mode
operator []
method
T
operator []
(
Vec2
position
)
Get the tile at the given
position
Implementation
T operator [](Vec2 position) => _tiles[position];
fortress package
documentation
map
TileMap<T extends TileBase>
operator [] method
TileMap class