Table of Contents
Extensions for unity audio clips
public static class AudioClipExtensions
Inheritance System.Object AudioClipExtensions
Plays a sound through the default Game AudioFactory
public static void Play(this AudioClip audioClip, string groupId="FX", float volume=1f);
audioClip
UnityEngine.AudioClip
The audio audioClip to play
groupId
System.String
TODO group stuff
volume
System.Single
How loud it should be