Vixen
c7401864
csharp
public enum FrameQualityChoice

Which tier a frame document asks for, including the reading where it declines to.

Read the guide page for this →

Remarks

⚠ A fifth member rather than a nullable enum, and the reason is the drawer table. StandardFrameAsset.Quality is QualityTier? because a document that writes nothing has left the decision to GraphicsOptions.Quality — a real and load-bearing reading, not an accident. OptionalDrawer is registered for the nullable scalars and not for nullable enums, so a QualityTier? member would fall through to the read-only last resort and the most important knob on the node would be grey text. Naming the empty reading is also better copy than an unticked box: Host says what actually happens.

Fields and properties (5)

  • Host

    The document declines, and whoever launched the game decides.

  • Low

    Low.

  • Medium

    Medium.

  • High

    High.

  • Epic

    Epic.

Used by (5)

  • Describes_Vixen_Editor_AssetEditors_Frame_StandardFrameSettingsVixen.Editor.AssetEditors
  • FrameDocumentTestsVixen.Editor.AssetEditors.Tests
  • StandardFrameSettingsVixen.Editor.AssetEditors
  • TypeRegistrationVixen.Editor.AssetEditors
  • Vixen_Editor_AssetEditors_Frame_StandardFrameSettingsSerializerVixen.Editor.AssetEditors