logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class ModuleLabels

    Centralized constants for module labels used in Addressables

    Inheritance
    object
    ModuleLabels
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Serenity.Shared.Constants
    Assembly: Serenity.Shared.dll
    Syntax
    public static class ModuleLabels

    Fields

    AUDIO_MIXER

    Declaration
    public const string AUDIO_MIXER = "module:audio-mixer"
    Field Value
    Type Description
    string

    GAME_GRAPHICS

    Declaration
    public const string GAME_GRAPHICS = "module:game-graphics"
    Field Value
    Type Description
    string

    GAME_SETTINGS

    Declaration
    public const string GAME_SETTINGS = "module:game-settings"
    Field Value
    Type Description
    string

    LOCALIZATION

    Declaration
    public const string LOCALIZATION = "module:localization"
    Field Value
    Type Description
    string

    MENU

    Declaration
    public const string MENU = "module:menu"
    Field Value
    Type Description
    string

    MUSIC_PLAYER

    Declaration
    public const string MUSIC_PLAYER = "module:music-player"
    Field Value
    Type Description
    string

    PLAYER_INPUT

    Declaration
    public const string PLAYER_INPUT = "module:player-input"
    Field Value
    Type Description
    string

    UI

    Declaration
    public const string UI = "module:ui"
    Field Value
    Type Description
    string
    In this article
    © 2026 Serenity. All Rights Reserved