Click or drag to resize

AudioManagerPlaySound Method (IReadOnlyListAudioClip)

Play a random audio from a list.

Namespace:  Kit
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
public static void PlaySound(
	IReadOnlyList<AudioClip> clips
)
Request Example View Source

Parameters

clips
Type: System.Collections.GenericIReadOnlyListAudioClip
See Also