pub fn concurrent_system(
concurrent_q: Query<'_, '_, (Entity, &Concurrently, &ActionSpan)>,
states_q: Query<'_, '_, &mut ActionState>,
)Expand description
System that takes care of executing any existing Concurrently Actions.
pub fn concurrent_system(
concurrent_q: Query<'_, '_, (Entity, &Concurrently, &ActionSpan)>,
states_q: Query<'_, '_, &mut ActionState>,
)System that takes care of executing any existing Concurrently Actions.