Class BatchSoundEffectImportWindow
Wizard window (Tools > Serenity > Audio > Batch Import Sound Effects) for importing and configuring many sound effects at once. The user drops or adds audio files, reviews/edits the per-item rows, applies common defaults, then creates one UnityAudioPlayerClipDefinition per effect. All logic lives in BatchSoundEffectImporter; this window only collects input and renders feedback (matching the project's other IMGUI editor wizards).
Namespace: Serenity.AudioPlayer.Infrastructure.Settings.Editor.Builder
Assembly: Serenity.UnityAudioPlayer.Infrastructure.Editor.dll
Syntax
public sealed class BatchSoundEffectImportWindow : EditorWindow
Constructors
BatchSoundEffectImportWindow()
Declaration
public BatchSoundEffectImportWindow()
Methods
Open()
Declaration
public static void Open()