OnMuteStateChanged
A delegate called whenever the device mute state is changed.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Event
- Namespace: UnityEngine
- Assembly: UnityEngine.AudioModule
public static event Action<bool> OnMuteStateChanged
Remarks
Note: When this delegate is called AudioSettings.Mobile.muteState property is also updated.