logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class UnityMenuThemeSoundFactory

    Factory utility for creating theme sound instances from theme definitions.
    Converts theme sound definitions into concrete AudioPlayerClip instances for UI audio feedback.

    Inheritance
    object
    UnityMenuThemeSoundFactory
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Serenity.Menu.Infrastructure.Views.Factories
    Assembly: Serenity.UnityMenu.Infrastructure.dll
    Syntax
    public static class UnityMenuThemeSoundFactory

    Methods

    GetThemeSounds(IUiThemeDefinition)

    Creates an IUiThemeSounds instance from the given theme definition.

    Declaration
    public static IUiThemeSounds GetThemeSounds(IUiThemeDefinition theme)
    Parameters
    Type Name Description
    IUiThemeDefinition theme
    Returns
    Type Description
    IUiThemeSounds
    In this article
    © 2026 Serenity. All Rights Reserved