Class SoundSetup
- Namespace
- CodeBase.SoundSystem.Core
- Assembly
- 4Experience.CodeBase.SoundSystem.Runtime.dll
[CreateAssetMenu(menuName = "4Experience/CodeBase/Sound System/SoundSetup")]
public class SoundSetup : ExtendedScriptableObject
- Inheritance
-
ObjectScriptableObjectSoundSetup
- Extension Methods
Properties
MixerGroupDataCollection
public List<MixerGroupData> MixerGroupDataCollection { get; set; }
Property Value
ShowWarningWhenAudioSourcesExceed
public int ShowWarningWhenAudioSourcesExceed { get; set; }
Property Value
SoundDataCollection
public List<SoundData> SoundDataCollection { get; set; }