EazySoundManager.PlaySound Method (AudioClip, Boolean)

Eazy Sound Manager API

EazySoundManagerPlaySound Method (AudioClip, Boolean)

Play a sound fx

Namespace:  Hellmade.Sound
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public static int PlaySound(
	AudioClip clip,
	bool loop
)

Parameters

clip
Type: AudioClip
The audio clip to play
loop
Type: SystemBoolean
Wether the sound is looped

Return Value

Type: Int32
The ID of the created Audio object
See Also