EazySoundManager.PlaySound Method (AudioClip, Single)

Eazy Sound Manager API

EazySoundManagerPlaySound Method (AudioClip, Single)

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,
	float volume
)

Parameters

clip
Type: AudioClip
The audio clip to play
volume
Type: SystemSingle
The volume the music will have

Return Value

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