IrrKlang.NET

ISoundEngine.GetSoundSource Method (String, Boolean)

[Visual Basic]
Overloads Public Function GetSoundSource( _
   ByVal soundName As String, _
   ByVal addIfNotFound As Boolean _
) As ISoundSource
[C#]
public ISoundSource GetSoundSource(
   string soundName,
   bool addIfNotFound
);

See Also

ISoundEngine Class | IrrKlang Namespace | ISoundEngine.GetSoundSource Overload List