Table of Contents

Class SoundSetup

Namespace
CodeBase.SoundSystem.Core
Assembly
4Experience.CodeBase.SoundSystem.Runtime.dll
[CreateAssetMenu(menuName = "4Experience/CodeBase/Sound System/SoundSetup")]
public class SoundSetup : ExtendedScriptableObject
Inheritance
Object
ScriptableObject
SoundSetup
Extension Methods

Properties

MixerGroupDataCollection

public List<MixerGroupData> MixerGroupDataCollection { get; set; }

Property Value

List<MixerGroupData>

ShowWarningWhenAudioSourcesExceed

public int ShowWarningWhenAudioSourcesExceed { get; set; }

Property Value

int

SoundDataCollection

public List<SoundData> SoundDataCollection { get; set; }

Property Value

List<SoundData>