Audio.AudioSource Property

Eazy Sound Manager API

AudioAudioSource Property

The audio source that is responsible for this audio. Do not modify the audiosource directly as it could result to unpredictable behaviour. Use the Audio class instead.

Namespace:  Hellmade.Sound
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public AudioSource AudioSource { get; }

Property Value

Type: AudioSource
See Also