logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Interface ISequencePlayerSettings

    Base settings contract for sequence player services. Provides access to the identifiers of available sequence definitions.

    Vertical aggregates (e.g., CutscenePlayer) extend this interface to add domain-specific settings while preserving the generic sequence configuration surface.

    Namespace: Serenity.SequencePlayer.Application.Interfaces
    Assembly: Serenity.SequencePlayer.Application.dll
    Syntax
    public interface ISequencePlayerSettings : IFoundationSettings

    Properties

    DefinitionIds

    Declaration
    string[] DefinitionIds { get; }
    Property Value
    Type Description
    string[]

    Unique identifiers of the sequence definitions available for playback.

    In this article
    © 2026 Serenity. All Rights Reserved