Class MusicTrackRecipeExporter
Exports UnityMusicTrackDefinition assets into the musicTracks section.
Implements
Inherited Members
Namespace: Serenity.ProjectRecipe.Infrastructure.Editor.Exporters
Assembly: Serenity.UnityProjectRecipe.Infrastructure.Editor.dll
Syntax
public sealed class MusicTrackRecipeExporter : ISerenityRecipeSectionExporter
Constructors
MusicTrackRecipeExporter()
Declaration
public MusicTrackRecipeExporter()
Properties
SectionName
Declaration
public string SectionName { get; }
Property Value
| Type | Description |
|---|---|
| string | The recipe section this exporter produces, e.g. |
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. |