Vixen
02b45cc4
csharp
public sealed class InspectorRow

One 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 TagName

    The element name this type answers to when a caller does not choose one.

  • protected override bool AcceptsFocus

    Whether the focus can rest on this kind of control at all.

  • public InspectorField Field

    The member this row edits, bound to what is being inspected.

  • public IPropertyDrawer Drawer

    What drew the editor.

  • public UiElement Editor

    What the drawer built.

  • public UiElement Label

    The name on the left.

  • public UiElement Slot

    Where the editor goes.

  • public IconButton Reset

    The 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