pub fn edges_render(
query: Query<'_, '_, (&CaptureId, &mut Visibility), With<Edge>>,
focused_capture: Res<'_, FocusedCapture>,
render_color: Res<'_, EdgeRenderColor>,
)
Expand description
Edge render color and status update system.
pub fn edges_render(
query: Query<'_, '_, (&CaptureId, &mut Visibility), With<Edge>>,
focused_capture: Res<'_, FocusedCapture>,
render_color: Res<'_, EdgeRenderColor>,
)
Edge render color and status update system.