Class SerenityRecipeTemplateGeneratorWindow
Editor window for the Recipe Template Generator. Pick any authorable Serenity ScriptableObject and get a
ready-to-edit recipe stub with its exact fields — copy it into a .serenity-recipe.json or save it.
The exact assets field tree is captured from the live type, so it never drifts from the code.
Namespace: Serenity.ProjectRecipe.Infrastructure.Editor
Assembly: Serenity.UnityProjectRecipe.Infrastructure.Editor.dll
Syntax
public sealed class SerenityRecipeTemplateGeneratorWindow : EditorWindow
Constructors
SerenityRecipeTemplateGeneratorWindow()
Declaration
public SerenityRecipeTemplateGeneratorWindow()
Methods
Open()
Opens the Recipe Template Generator window.
Declaration
public static void Open()