Class SerenityProjectRecipeExporterWindow
Editor window for the Serenity Project Recipe exporter. Scans a project folder for supported Serenity
ScriptableObjects and writes a .serenity-recipe.json describing them, which can then be edited and
re-imported with the importer window.
Namespace: Serenity.ProjectRecipe.Infrastructure.Editor
Assembly: Serenity.UnityProjectRecipe.Infrastructure.Editor.dll
Syntax
public sealed class SerenityProjectRecipeExporterWindow : EditorWindow
Constructors
SerenityProjectRecipeExporterWindow()
Declaration
public SerenityProjectRecipeExporterWindow()
Methods
Open()
Opens the Project Recipe exporter window.
Declaration
public static void Open()