csharp
public readonly record struct ResolvedQualityKnobOne resolved quality knob: what it is called, what it resolved to, and who said so.
Fields and properties (6)
public string GroupThe document group it lives in — shadows, post, gi.
public string NameThe knob's own document name — cascadeResolution.
public string ValueWhat it resolved to, formatted the way the document spells it.
public QualityLayer LayerWhich layer of the waterfall stated it.
public bool OverriddenWhether anything above the engine table stated it.
public string PathHow a .vxpreset would address it: shadows.cascadeResolution.
Methods (1)
public ResolvedQualityKnob(string Group, string Name, string Value, QualityLayer Layer, bool Overridden)One resolved quality knob: what it is called, what it resolved to, and who said so.
Used by (4)
- FrameDocumentTestsVixen.Editor.AssetEditors.Tests
- FrameQualityTableTestsVixen.Editor.AssetEditors.Tests
- ResolvedQualityTableVixen.Editor.AssetEditors
- StandardFrameViewVixen.Editor.AssetEditors