honeycomb_render::systems

Function vertices_render

Source
pub fn vertices_render(
    query: Query<'_, '_, (&CaptureId, &mut Visibility), With<Vertex>>,
    focused_capture: Res<'_, FocusedCapture>,
    render_color: Res<'_, VertexRenderColor>,
)
Expand description

Vertex render color and status update system.