Enum AudioMixerChannelDeletionPlanner.RepairActionKind
A single repair the deletion implies.
Namespace: Serenity.SoundMixer.Infrastructure.RelationshipManager.Editor
Assembly: Serenity.UnitySoundMixer.Infrastructure.Editor.dll
Syntax
public enum AudioMixerChannelDeletionPlanner.RepairActionKind
Fields
| Name | Description |
|---|---|
| BreakEffectLoop | The deleted group IS an effect loop's loop group; the loop will be broken. |
| ClearChannelGroup | Clear an affected channel's group (no valid reassignment target chosen). |
| DropExposedParamMapping | Drop a SoundMixerSettings exposed-parameter mapping bound to the deleted group's volume. |
| ReassignChannelGroup | Point an affected channel at ReassignTarget. |
| RemoveEffectLoopSource | Remove the deleted group from an effect loop's source list. |