logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Interface IUiThemeSoundsDefinition

    Interface defining the UI theme sounds definitions for various UI interactions.

    Namespace: Serenity.Ui.Domain.Interfaces
    Assembly: Serenity.Ui.Domain.dll
    Syntax
    public interface IUiThemeSoundsDefinition

    Properties

    CancelSfx

    Declaration
    IAudioPlayerClipDefinition CancelSfx { get; }
    Property Value
    Type Description
    IAudioPlayerClipDefinition

    Sound definition played when a UI action is canceled.

    ChangeOptionValueSfx

    Declaration
    IAudioPlayerClipDefinition ChangeOptionValueSfx { get; }
    Property Value
    Type Description
    IAudioPlayerClipDefinition

    Sound definition played when changing an option value in the UI.

    ErrorSfx

    Declaration
    IAudioPlayerClipDefinition ErrorSfx { get; }
    Property Value
    Type Description
    IAudioPlayerClipDefinition

    Sound definition played when an error occurs in the UI.

    HideSfx

    Declaration
    IAudioPlayerClipDefinition HideSfx { get; }
    Property Value
    Type Description
    IAudioPlayerClipDefinition

    Sound definition played when hiding a UI element.

    SelectOptionSfx

    Declaration
    IAudioPlayerClipDefinition SelectOptionSfx { get; }
    Property Value
    Type Description
    IAudioPlayerClipDefinition

    Sound definition played when selecting an option in the UI.

    ShowSfx

    Declaration
    IAudioPlayerClipDefinition ShowSfx { get; }
    Property Value
    Type Description
    IAudioPlayerClipDefinition

    Sound definition played when showing a UI element.

    SubmitSfx

    Declaration
    IAudioPlayerClipDefinition SubmitSfx { get; }
    Property Value
    Type Description
    IAudioPlayerClipDefinition

    Sound definition played when a UI action is submitted.

    In this article
    © 2026 Serenity. All Rights Reserved