draw_station_selection_overlay

Function draw_station_selection_overlay 

Source
fn draw_station_selection_overlay(
    _ui: &mut Ui,
    strength: f32,
    painter: &mut Painter,
    screen_rect: Rect,
    vertical_offset: f32,
    zoom_y: f32,
    station_entity: Instance<Station>,
    visible_stations: &[(Instance<Station>, f32)],
)