[−][src]Type Definition amethyst_ui::UiSoundRetriggerSystem
type UiSoundRetriggerSystem = EventRetriggerSystem<UiSoundRetrigger>;
Provides an EventRetriggerSystem
that will handle incoming UiEvent
s
and trigger UiPlaySoundAction
s for entities with attached
UiSoundRetrigger
components.