logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Interface ICutsceneStageProperties

    Interface for exposing Unity-specific cutscene stage properties. Provides access to fade color and timeline data for cutscene execution.
    This is a CutscenePlayer-specific interface that does NOT depend on SequencePlayer.Infrastructure, enforcing the architectural boundary.

    Namespace: Serenity.CutscenePlayer.Infrastructure.Interfaces
    Assembly: Serenity.UnityCutscenePlayer.Infrastructure.dll
    Syntax
    public interface ICutsceneStageProperties

    Properties

    FadeColor

    Gets fade color for transition effects.

    Declaration
    Color FadeColor { get; }
    Property Value
    Type Description
    Color

    Timeline

    Gets Timeline asset for playback.

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