Function bevy::gizmos::propagate_gizmos

pub fn propagate_gizmos<Config, Clear>(
    update_storage: ResMut<'_, GizmoStorage<Config, ()>>,
    contextual_storage: Res<'_, GizmoStorage<Config, Clear>>
)
where Config: GizmoConfigGroup, Clear: 'static + Send + Sync,
Expand description

Propagate the contextual gizmo into the Update storage for rendering.

This should be before UpdateGizmoMeshes.