Function bevy::gizmos::collect_requested_gizmos

pub fn collect_requested_gizmos<Config, Clear>(
    update: ResMut<'_, GizmoStorage<Config, ()>>,
    context: ResMut<'_, GizmoStorage<Config, Clear>>
)
where Config: GizmoConfigGroup, Clear: 'static + Send + Sync,
Expand description

Collect the requested gizmos into a specific clear context.