Vixen
02b45cc4
csharp
public record class BuildPlan

What a content build is going to pack, and everything wrong with it.

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

Fields and properties (4)

  • public ImmutableArray<BuildableAsset> Assets

    What to pack, in address order.

  • public ImmutableArray<AddressableGroup> Groups

    The groups those assets belong to, including any the planner had to invent.

  • public ImmutableArray<ImportDiagnostic> Diagnostics

    Everything worth saying, worst first.

  • public bool Succeeded

    Whether the plan can be built.

Methods (1)

Used by (8)

  • AddressableGroupEditorFactoryVixen.Editor.AssetEditors
  • AddressableGroupsViewVixen.Editor.AssetEditors
  • BuildPlannerVixen.Editor.Assets
  • BuildPlannerTestsVixen.Editor.Assets.Tests
  • ContentPipelineVixen.Editor.Assets
  • EditorApplicationVixen.Editor.App
  • LooseContentVixen.Editor.Assets
  • PlannedProjectVixen.Editor.Assets.Tests