Vixen
02b45cc4
csharp
public readonly record struct MixerBuilder.MixerBuildResult

What 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 Snapshots

    The snapshots, which work whether or not there were problems.

  • public IReadOnlyList<string> Problems

    Everything 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