Function jumpy::prelude::_kill_finished_audios

pub fn _kill_finished_audios(
    entities: Res<'_, Entities>,
    audios: Ref<'_, ComponentStore<Audio>>,
    commands: Commands<'_>,
)
Expand description

Internally used sytem for killing finished audios (generally sounds) which were emitted as separate entities. Used in the bones audio session.