csharp
public readonly record struct ScaffoldResultWhat writing a template into a directory did, or why it did nothing.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (4)
public IReadOnlyList<string> WrittenThe files written, project-relative, in the order they were written.
public IReadOnlyList<string> CollisionsWhat was already there, project-relative. Non-empty means nothing was written at all.
public string ErrorWhy the request was refused before anything was tried, or empty.
public bool SucceededWhether the project was written.
Methods (1)
public ScaffoldResult(IReadOnlyList<string> Written, IReadOnlyList<string> Collisions, string Error)What writing a template into a directory did, or why it did nothing.
Used by (6)
- EditorApplicationVixen.Editor.App
- PlayerBuildTestsVixen.Editor.Assets.Tests
- ProjectMarkerTestsVixen.Editor.Core.Tests
- ProjectScaffoldVixen.Editor.Core
- ProjectScaffoldTestsVixen.Editor.Core.Tests
- ScaffoldRunnerVixen.Cli