Class UnityMenuThemeSoundFactory
Factory utility for creating theme sound instances from theme definitions.
Converts theme sound definitions into concrete AudioPlayerClip instances for UI audio feedback.
Inherited Members
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 |