csharp
public enum FrameQualityChoiceWhich tier a frame document asks for, including the reading where it declines to.
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)
HostThe document declines, and whoever launched the game decides.
LowLow.
MediumMedium.
HighHigh.
EpicEpic.
Used by (7)
- Describes_Vixen_Editor_AssetEditors_Frame_StandardFrameSettingsVixen.Editor.AssetEditors
- ExternalEditPumpTestsVixen.Editor.App.Tests
- FrameDocumentTestsVixen.Editor.AssetEditors.Tests
- ReloadTestsVixen.Editor.AssetEditors.Tests
- StandardFrameSettingsVixen.Editor.AssetEditors
- TypeRegistrationVixen.Editor.AssetEditors
- Vixen_Editor_AssetEditors_Frame_StandardFrameSettingsSerializerVixen.Editor.AssetEditors