csharp
public record class BuildPlanWhat 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> AssetsWhat to pack, in address order.
public ImmutableArray<AddressableGroup> GroupsThe groups those assets belong to, including any the planner had to invent.
public ImmutableArray<ImportDiagnostic> DiagnosticsEverything worth saying, worst first.
public bool SucceededWhether the plan can be built.
Methods (1)
public BuildPlan(ImmutableArray<BuildableAsset> Assets, ImmutableArray<AddressableGroup> Groups, ImmutableArray<ImportDiagnostic> Diagnostics)What a content build is going to pack, and everything wrong with it.
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