Eazy Sound Manager API Refrence
EazySoundManagerPrepareMusic Method (AudioClip, Single) |
Prepares and initializes background music
Namespace: Hellmade.Sound
Assembly: Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0

C#
public static int PrepareMusic( AudioClip clip, float volume )
Parameters
- clip
- Type: AudioClip
The audio clip to prepare - volume
- Type: SystemSingle
The volume the music will have
Return Value
Type: Int32The ID of the created Audio object
