Audio.SetVolume Method (Single)

Eazy Sound Manager API

AudioSetVolume Method (Single)

Sets the audio volume

Namespace:  Hellmade.Sound
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public void SetVolume(
	float volume
)

Parameters

volume
Type: SystemSingle
The target volume
See Also