Vixen
c7401864
csharp
public readonly record struct ResolvedQualityKnob

One resolved quality knob: what it is called, what it resolved to, and who said so.

Read the guide page for this →

Fields and properties (6)

  • public string Group

    The document group it lives in — shadows, post, gi.

  • public string Name

    The knob's own document name — cascadeResolution.

  • public string Value

    What it resolved to, formatted the way the document spells it.

  • public QualityLayer Layer

    Which layer of the waterfall stated it.

  • public bool Overridden

    Whether anything above the engine table stated it.

  • public string Path

    How 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