Click or drag to resize

AudioManagerLoadGroupVolume Method

Returns the volume saved in the settings for a group.

Namespace:  Kit
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
public static float LoadGroupVolume(
	string name,
	float defaultVolume = 1f
)
Request Example View Source

Parameters

name
Type: SystemString
Name of the group.
defaultVolume (Optional)
Type: SystemSingle
Volume to return if it's not saved yet.

Return Value

Type: Single
See Also