Class BGMVolumeControl
This component fades out the background music when a video is playing.
public class BGMVolumeControl : VizVidBehaviour
- Inheritance
-
BGMVolumeControl
Fields
isMuted
Is the background music muted.
public bool isMuted
Field Value
volume
The target volume when the video is not playing.
public float volume
Field Value
Methods
Mute()
Mute the background music.
public void Mute()
OnVideoEnd()
public override void OnVideoEnd()
OnVideoPause()
public override void OnVideoPause()
OnVideoPlay()
public override void OnVideoPlay()
OnVideoStart()
public override void OnVideoStart()
Unmute()
Unmute the background music.
public void Unmute()