csharp
public readonly record struct ResolvedVolumeParameterOne parameter of the volume fold: who claimed it, and what the last claimant won with.
Fields and properties (6)
public string ParameterThe document name of the parameter — fogDensity, ev100.
public string ValueWhat the fold resolved it to, formatted as a document writes it.
public float WeightThe weight the winning layer carried, 0…1.
public IReadOnlyList<string> LayersEvery layer that had an opinion, in application order — look first, then each contributing volume by priority. The last is the one on screen.
public string WinnerThe layer whose value is the one being drawn.
public bool IsContestedWhether more than one layer claimed it, which is where a surprise usually lives.
Methods (1)
public ResolvedVolumeParameter(string Parameter, string Value, float Weight, IReadOnlyList<string> Layers)One parameter of the volume fold: who claimed it, and what the last claimant won with.
Used by (4)
- FrameVolumeStackTestsVixen.Editor.AssetEditors.Tests
- ResolvedVolumeReportVixen.Editor.AssetEditors
- ResolvedVolumesVixen.Editor.AssetEditors
- StandardFrameViewVixen.Editor.AssetEditors