bevy_gizmos

Function propagate_gizmos

source
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.