Audio Constructor

Eazy Sound Manager API

Audio Constructor

Initializes a new instance of the Audio class

Namespace:  Hellmade.Sound
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public Audio(
	AudioAudioType audioType,
	AudioClip clip,
	bool loop,
	bool persist,
	float volume,
	float fadeInValue,
	float fadeOutValue,
	Transform sourceTransform
)

Parameters

audioType
Type: Hellmade.SoundAudioAudioType
clip
Type: AudioClip
loop
Type: SystemBoolean
persist
Type: SystemBoolean
volume
Type: SystemSingle
fadeInValue
Type: SystemSingle
fadeOutValue
Type: SystemSingle
sourceTransform
Type: Transform
See Also