logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Interface IGameSaveSettings

    Engine-agnostic read model for game-save configuration.

    Namespace: Serenity.GameSave.Application.Interfaces
    Assembly: Serenity.GameSave.Application.dll
    Syntax
    public interface IGameSaveSettings
    Remarks

    Mirrors Serenity.GameProgress.Application.Interfaces.IGameProgressSettings's shape: a business-facing settings contract kept separate from infrastructure-only concerns (backend selection, table/collection name), which the Unity installer reads directly off the concrete settings asset instead of exposing them here.

    Properties

    SlotCount

    The fixed number of save slots the game exposes.

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