csharp
public record class ResolvedVolumeReportWhat the volume fold resolved to for one camera.
Fields and properties (5)
public int VolumesHow many volumes the fold saw — doc 39's M.
public int ContributingHow many of them reached the camera and said something — its N.
public bool HasLookWhether a project look profile was laid down as the base layer.
public IReadOnlyList<ResolvedVolumeParameter> ParametersEvery parameter anything had an opinion about, in document order.
public string SummaryThe 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