Eazy Sound Manager API Refrence
EazySoundManagerPlayMusic Method (AudioClip, Single, Boolean, Boolean, Single, Single) |
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, float volume, bool loop, bool persist, float fadeInSeconds, float fadeOutSeconds )
Parameters
- clip
- Type: AudioClip
The audio clip to play - volume
- Type: SystemSingle
The volume the music will have - loop
- Type: SystemBoolean
Wether the music is looped - persist
- Type: SystemBoolean
Whether the audio persists in between scene changes - fadeInSeconds
- Type: SystemSingle
How many seconds it needs for the audio to fade in/ reach target volume (if higher than current) - fadeOutSeconds
- Type: SystemSingle
How many seconds it needs for the audio to fade out/ reach target volume (if lower than current)
Return Value
Type: Int32The ID of the created Audio object
