Interface IDropdownAudioHandler
- Namespace
- Fallencake.UI.Audio
- Assembly
- Fallencake.UI.dll
Interface for managing sounds in the DropdownMenu component.
public interface IDropdownAudioHandler : IAudioHandler
- Inherited Members
Properties
CloseSound
Sound when closing the dropdown menu.
AudioClip CloseSound { get; }
Property Value
- AudioClip
OpenSound
Sound when opening the dropdown menu.
AudioClip OpenSound { get; }
Property Value
- AudioClip
SelectItemSound
Sound when selecting an item from the list.
AudioClip SelectItemSound { get; }
Property Value
- AudioClip
Methods
PlayCloseSound()
Play sound when closing the dropdown menu.
void PlayCloseSound()
PlayOpenSound()
Play sound when opening the dropdown menu.
void PlayOpenSound()
PlaySelectItemSound()
Play sound when selecting an item from the list.
void PlaySelectItemSound()