Click or drag to resize

AudioManagerSaveGroupVolume Method (String, Single)

Saves the volume of a group in settings.

Namespace:  Kit
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
public static void SaveGroupVolume(
	string name,
	float volume
)
Request Example View Source

Parameters

name
Type: SystemString
Name of the group.
volume
Type: SystemSingle
Volume level to save.
See Also