Vixen
02b45cc4
csharp
public static class ContentBuildRunner

Turns an imported project into a directory a game or a CDN can be pointed at.

No guide page documents this yet — the page shows what the code says about itself.

Remarks

⚠ The build itself is ContentPipeline's, in Vixen.Editor.Assets, and what is left here is the console. The editor builds content too, and two orchestrations over the same components drift — the way this one would drift is the editor and vixen content build producing different output for one project, which reads as a machine problem for as long as it takes somebody to compare two catalogs by hand.

Fields and properties (2)

  • public const string HashFileSuffix

    What the build wrote, beside the catalog, so a static host needs nothing else.

  • public const string CatalogFileName

    The catalog's file name, which is what a runtime and a server both expect.

Methods (2)

Used by (3)

  • DoctorRunnerVixen.Cli
  • ImportRunnerVixen.Cli
  • VixenCommandVixen.Cli