Table of Contents

Class BGMVolumeControl

Namespace
JLChnToZ.VRC.VVMW

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

bool

volume

The target volume when the video is not playing.

public float volume

Field Value

float

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()