logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Interface IGameSettingsPersistenceSettings

    Configuration contract for game settings persistence.
    Defines the filename used when persisting and loading game settings to/from disk.

    Namespace: Serenity.GameSettings.Application.Interfaces
    Assembly: Serenity.Global.Application.dll
    Syntax
    public interface IGameSettingsPersistenceSettings

    Fields

    DefaultPersistedFileName

    The default filename used for persisted game settings.

    Declaration
    public const string DefaultPersistedFileName = "gameSettings.cfg"
    Field Value
    Type Description
    string

    Properties

    PersistedFileName

    Gets the filename used for persisting game settings.
    Defaults to DefaultPersistedFileName when not explicitly configured.

    Declaration
    string PersistedFileName { get; }
    Property Value
    Type Description
    string
    In this article
    © 2026 Serenity. All Rights Reserved