Vixen
caa30e12
csharp
public enum QualityLayer

Which layer of doc 39's waterfall a resolved quality number came from.

Read the guide page for this →

Remarks

The three layers RenderQuality.Resolve folds, named from the bottom up. There is no fourth: the tier itself is chosen above all of them and is not a layer, because it selects which column every layer is read from rather than contributing a value.

Fields and properties (3)

  • Engine

    The engine's own complete table — RenderQuality.EngineDefaults.

  • Project

    The project's RenderQuality.vxpreset.

  • Document

    The frame document's own inline preset:, which is the top vote.

Used by (5)

  • FrameDocumentTestsVixen.Editor.AssetEditors.Tests
  • FrameQualityTableTestsVixen.Editor.AssetEditors.Tests
  • ResolvedQualityKnobVixen.Editor.AssetEditors
  • ResolvedQualityTableVixen.Editor.AssetEditors
  • StandardFrameViewVixen.Editor.AssetEditors