Click or drag to resize

AudioManagerGetOrCreateGroup Method

Get the AudioSource for a group and create a new one for it if it doesn't exist.

Namespace:  Kit
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
public static AudioSource GetOrCreateGroup(
	string name
)
Request Example View Source

Parameters

name
Type: SystemString

Return Value

Type: AudioSource
See Also