csharp
public sealed class OptionOne choice in a list.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (5)
protected override string TagNameThe element name this type answers to when a caller does not choose one.
public string? Valuepublic bool IsSelectedWhether it is chosen.
public Icon? MarkThe tick shown beside a chosen option in a multi-select.
public static readonly UiPropertyKey ValuePropertyIdentity for Value.
Methods (1)
public void ClearValue()Unsets Value, so it takes its default or its ancestor's value again.
Used by (12)
- ComboBoxVixen.Ui.Controls
- MultiSelectVixen.Ui.Controls
- PropertyGridTestsVixen.Ui.Controls.Advanced.Tests
- SelectVixen.Ui.Controls
- SelectBaseVixen.Ui.Controls
- SelectionTestsVixen.Ui.Controls.Tests
- AudioMixerViewTestsVixen.Editor.AssetEditors.Tests
- BuildSettingsTestsVixen.Editor.App.Tests
- ConsoleViewTestsVixen.Editor.Ui.Tests
- ProjectBrowserVixen.Editor.App
- SpriteSheetViewVixen.Editor.AssetEditors
- UiClassesVixen.Editor.AssetEditors