logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class BatchSoundEffectImporter.Item

    One sound effect to import: its source, resolved clip and per-item parameters.

    Inheritance
    object
    BatchSoundEffectImporter.Item
    Namespace: Serenity.AudioPlayer.Infrastructure.Settings.Editor.Builder
    Assembly: Serenity.UnityAudioPlayer.Infrastructure.Editor.dll
    Syntax
    public sealed class BatchSoundEffectImporter.Item : BatchAudioImportItem

    Constructors

    Item()

    Declaration
    public Item()

    Fields

    CanBeReplaced

    Whether a sound from this clip can be taken over by a higher-priority sound.

    Declaration
    public bool CanBeReplaced
    Field Value
    Type Description
    bool

    Priority

    Serenity priority (higher = more important). Clamped to >= 0 on creation.

    Declaration
    public int Priority
    Field Value
    Type Description
    int

    PriorityPolicy

    Policy applied when no AudioSource is free and this clip is requested.

    Declaration
    public AudioPriorityPolicy PriorityPolicy
    Field Value
    Type Description
    AudioPriorityPolicy
    In this article
    © 2026 Serenity. All Rights Reserved