Vixen
c7401864
csharp
public record class ResolvedVolumeReport

What the volume fold resolved to for one camera.

Read the guide page for this →

Fields and properties (5)

  • public int Volumes

    How many volumes the fold saw — doc 39's M.

  • public int Contributing

    How many of them reached the camera and said something — its N.

  • public bool HasLook

    Whether a project look profile was laid down as the base layer.

  • public IReadOnlyList<ResolvedVolumeParameter> Parameters

    Every parameter anything had an opinion about, in document order.

  • public string Summary

    The sentence doc 39 asks the editor to answer in one glance.

Methods (1)

  • public ResolvedVolumeReport(int Volumes, int Contributing, bool HasLook, IReadOnlyList<ResolvedVolumeParameter> Parameters)

    What the volume fold resolved to for one camera.

Used by (3)

  • FrameVolumeStackTestsVixen.Editor.AssetEditors.Tests
  • ResolvedVolumesVixen.Editor.AssetEditors
  • StandardFrameViewVixen.Editor.AssetEditors