Vixen
02b45cc4
csharp
public sealed class OverrideCell

One cell of the matrix: a tick that says whether this target overrides, and the editor.

No guide page documents this yet — the page shows what the code says about itself.

Fields and properties (6)

  • 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 CheckBox? Toggle

    The tick, absent in the base column.

  • public InspectorField Field

    The member this cell edits, bound to one row's settings object.

  • public IPropertyDrawer Drawer

    What drew the editor.

  • public UiElement Editor

    What the drawer built.

Used by (2)

  • ImportViewTestsVixen.Editor.AssetEditors.Tests
  • TargetOverrideMatrixVixen.Editor.AssetEditors