Eazy Sound Manager API Refrence
EazySoundManagerPlayMusic Method (AudioClip) |
Play background music
Namespace: Hellmade.Sound
Assembly: Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0

C#
public static int PlayMusic( AudioClip clip )
Parameters
- clip
- Type: AudioClip
The audio clip to play
Return Value
Type: Int32The ID of the created Audio object
