logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class CutsceneRecipeExporter

    Exports UnityCutsceneDefinition assets into the cutscenes section. Each stage's type, duration, fade colour, and Timeline reference (as a project path) round-trip, as does the optional rig prefab. The counterpart of CutsceneRecipeImporter.

    Inheritance
    object
    CutsceneRecipeExporter
    Implements
    ISerenityRecipeSectionExporter
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    Namespace: Serenity.ProjectRecipe.Infrastructure.Editor.Exporters
    Assembly: Serenity.UnityProjectRecipe.Infrastructure.Editor.dll
    Syntax
    public sealed class CutsceneRecipeExporter : ISerenityRecipeSectionExporter

    Constructors

    CutsceneRecipeExporter()

    Declaration
    public CutsceneRecipeExporter()

    Properties

    SectionName

    Declaration
    public string SectionName { get; }
    Property Value
    Type Description
    string

    The recipe section this exporter produces, e.g. audioClips.

    Methods

    Export(SerenityRecipeExportContext)

    Scans for this section's assets under the context's scan root and fills the recipe.

    Declaration
    public void Export(SerenityRecipeExportContext context)
    Parameters
    Type Name Description
    SerenityRecipeExportContext context

    The shared export context.

    Implements

    ISerenityRecipeSectionExporter
    In this article
    © 2026 Serenity. All Rights Reserved