EazySoundManager.IgnoreDuplicateSounds Property

From Eazy Sound Manager API

EazySoundManagerIgnoreDuplicateSounds Property

When set to true, new sound audios that have the same audio clip as any other sound audios, will be ignored

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

Property Value

Type: Boolean
See Also