get method

List<RenderInfo<Shape>>? get(
  1. Tile tile
)

Implementation

List<RenderInfo>? get(Tile tile) {
  return _cache.get(tile);
}