csharp
public sealed class InspectorRowOne member's row: its name, its editor, and the buttons that put it back.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (8)
protected override string TagNameThe element name this type answers to when a caller does not choose one.
protected override bool AcceptsFocusWhether the focus can rest on this kind of control at all.
public InspectorField FieldThe member this row edits, bound to what is being inspected.
public IPropertyDrawer DrawerWhat drew the editor.
public UiElement EditorWhat the drawer built.
public UiElement LabelThe name on the left.
public UiElement SlotWhere the editor goes.
public IconButton ResetThe button that puts the member back to its type's default.
Methods (1)
protected override void OnCreated()Builds whatever this element is made of, once, as it joins a document.
Used by (23)
- AssetFieldDropVixen.Editor.App
- BehaviorAuthoringTestsVixen.Editor.App.Tests
- BrushInspectorMarkupTestsVixen.Editor.Terrain.Tests
- ComponentTestsVixen.Editor.App.Tests
- ComponentsViewVixen.Editor.App
- CompositeEditorVixen.Editor.Inspector
- CompositeTestsVixen.Editor.Inspector.Tests
- DropIntoFieldTestsVixen.Editor.App.Tests
- EditorAffordanceTestsVixen.Editor.App.Tests
- InspectorFixtureVixen.Editor.Inspector.Tests
- InspectorPanelTestsVixen.Editor.App.Tests
- InspectorRowsVixen.Editor.Inspector
- InspectorViewVixen.Editor.Inspector
- ListDrawerVixen.Editor.Inspector
- MarkupBindingTestsVixen.Editor.Inspector.Tests
- NestedDrawerVixen.Editor.Inspector
- OneEditPathTestsVixen.Editor.App.Tests
- PanelTestsVixen.Editor.Inspector.Tests
- PropertyFieldVixen.Editor.Inspector
- ScenarioTestsVixen.Editor.App.Tests
- SelectionTestsVixen.Editor.App.Tests
- SettingsWindowTestsVixen.Editor.App.Tests
- ThemeTestsVixen.Editor.Inspector.Tests