Class EffectLoopConfig
A registered effect loop as Serenity sees it (from its definition asset).
Inheritance
EffectLoopConfig
Assembly: Serenity.UnitySoundMixer.Infrastructure.Editor.dll
Syntax
public sealed class EffectLoopConfig
Constructors
EffectLoopConfig()
Declaration
public EffectLoopConfig()
Fields
AttenuationParameterNames
Declaration
public List<string> AttenuationParameterNames
Field Value
DefinitionName
Declaration
public string DefinitionName
Field Value
Id
Declaration
Field Value
LoopGroupName
Declaration
public string LoopGroupName
Field Value
RegisteredInSettings
True when the definition is present in a UnitySoundMixerSettings' EffectLoops list.
Declaration
public bool RegisteredInSettings
Field Value
SendParameterNames
Declaration
public List<string> SendParameterNames
Field Value
SourceGroupNames
Declaration
public List<string> SourceGroupNames
Field Value