pub fn collect_requested_gizmos<Config, Clear>(
update: ResMut<'_, GizmoStorage<Config, ()>>,
context: ResMut<'_, GizmoStorage<Config, Clear>>,
)Expand description
Collect the requested gizmos into a specific clear context.
pub fn collect_requested_gizmos<Config, Clear>(
update: ResMut<'_, GizmoStorage<Config, ()>>,
context: ResMut<'_, GizmoStorage<Config, Clear>>,
)Collect the requested gizmos into a specific clear context.