logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Interface ISequenceUnit

    Base interface for any unit in a sequence. Generic orchestration contract without timing assumptions. Use ITimedSequenceUnit for units that require duration.

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

    Properties

    Id

    Unique identifier for this sequence unit.

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