logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class InstallationConstants.ModuleLabels

    Module labels for asset prefetching

    Inheritance
    object
    InstallationConstants.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 InstallationConstants.ModuleLabels

    Fields

    ASSET_PREFETCHER

    Declaration
    public const string ASSET_PREFETCHER = "module:asset-prefetcher"
    Field Value
    Type Description
    string

    AUDIO_MIXER

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

    AUDIO_PLAYER

    Declaration
    public const string AUDIO_PLAYER = "module:audio-player"
    Field Value
    Type Description
    string

    CUTSCENE

    Declaration
    public const string CUTSCENE = "module:cutscene"
    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

    GLOBAL

    Declaration
    public const string GLOBAL = "module:global"
    Field Value
    Type Description
    string

    INITIALIZATION_PIPELINE

    Declaration
    public const string INITIALIZATION_PIPELINE = "module:initialization-pipeline"
    Field Value
    Type Description
    string

    LOCALIZATION

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

    LOGGING

    Declaration
    public const string LOGGING = "module:logging"
    Field Value
    Type Description
    string

    MENU

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

    MODAL

    Declaration
    public const string MODAL = "module:modal"
    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

    PROCEDURAL_EXPRESSION

    Declaration
    public const string PROCEDURAL_EXPRESSION = "module:procedural-expression"
    Field Value
    Type Description
    string

    SYSTEM_CONFIGURATION

    Declaration
    public const string SYSTEM_CONFIGURATION = "module:system-configuration"
    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