Class ModuleLabels
Centralized constants for module labels used in Addressables
Assembly: Serenity.Shared.dll
Syntax
public static class ModuleLabels
Fields
AUDIO_MIXER
Declaration
public const string AUDIO_MIXER = "module:audio-mixer"
Field Value
GAME_GRAPHICS
Declaration
public const string GAME_GRAPHICS = "module:game-graphics"
Field Value
GAME_SETTINGS
Declaration
public const string GAME_SETTINGS = "module:game-settings"
Field Value
LOCALIZATION
Declaration
public const string LOCALIZATION = "module:localization"
Field Value
Declaration
public const string MENU = "module:menu"
Field Value
MUSIC_PLAYER
Declaration
public const string MUSIC_PLAYER = "module:music-player"
Field Value
Declaration
public const string PLAYER_INPUT = "module:player-input"
Field Value
UI
Declaration
public const string UI = "module:ui"
Field Value