Declaration


public static float PlayerVolume { get; set; }

Description


Gets or sets the volume of the active audio source used for playing music.

Example


private void OnEnable()
{
		MusicManager.PlayerVolume = 0.9f;
}