operator []= method
Set the tile at position
to value
Implementation
void operator []=(Vec2 position, T value) => _tiles[position] = value;
Set the tile at position
to value
void operator []=(Vec2 position, T value) => _tiles[position] = value;