Click or drag to resize

AudioManagerCreateGroup Method

Create a new AudioSource for a sound group.

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

Parameters

name
Type: SystemString
Name of the group.
volume (Optional)
Type: SystemSingle
Volume level for the group sounds.

Return Value

Type: AudioSource
AudioSource created for the group.
See Also