csharp
public readonly record struct MixerBuilder.MixerBuildResultWhat went wrong while applying a mixer asset, if anything did.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (2)
public MixerSnapshots SnapshotsThe snapshots, which work whether or not there were problems.
public IReadOnlyList<string> ProblemsEverything that could not be resolved, in the order it was found.
Methods (1)
public MixerBuildResult(MixerSnapshots Snapshots, IReadOnlyList<string> Problems)What went wrong while applying a mixer asset, if anything did.
Used by (3)
- AudioEngineVixen.Audio
- MixerBuilderVixen.Audio
- AudioMixerDocumentVixen.Editor.AssetEditors