This repository was archived by the owner on Mar 26, 2024. It is now read-only.
- Notifications
You must be signed in to change notification settings - Fork 3
UDBase.Controllers.AudioSystem.UI
KonH edited this page Feb 23, 2018
·
2 revisions
UnityEngine.UI.Slider to control given channel volume settings
publicclassUDBase.Controllers.AudioSystem.UI.AudioSlider
:MonoBehaviourFields
| Type | Name | Summary |
|---|---|---|
ChannelSettings | Settings | Channel which volume will be changed |
Methods
| Type | Name | Summary |
|---|---|---|
void | Init(IAudio audio, IEvent events) | Init with dependencies |
Button to mute/unmute IAudio channel
publicclassUDBase.Controllers.AudioSystem.UI.AudioToggleButton
:MonoBehaviourFields
| Type | Name | Summary |
|---|---|---|
GameObject | ActiveItem | Item to activate when channel is unmuted |
GameObject | MutedItem | Item to activate when channel is muted |
ChannelSettings | Settings | Channel which will be muted |
Methods
| Type | Name | Summary |
|---|---|---|
void | Init(IAudio audio, IEvent events) | Init with dependencies |