Click or drag to resize

AudioManagerPlay Method (String, AudioClip)

Play an audio with a group's AudioSource. Create the group if it doesn't exist.

Namespace:  Kit
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
public static void Play(
	string group,
	AudioClip clip
)
Request Example View Source

Parameters

group
Type: SystemString
clip
Type: AudioClip
See Also