Audio.Play Method (Single)

Eazy Sound Manager API

AudioPlay Method (Single)

Start playing audio clip from the beggining

Namespace:  Hellmade.Sound
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public void Play(
	float volume
)

Parameters

volume
Type: SystemSingle
The target volume
See Also