Vixen
02b45cc4
csharp
public abstract record class ToolbarEntry

One thing on the toolbar, in the model rather than on screen.

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

Remarks

⚠ A toolbar is described by command ids, exactly as a menu is. No labels, no icons and no enablement live here — all three come from the registry when the strip is built, so a command renamed or disabled is right on the bar without anything being told.

Used by (14)

  • BlockoutModeVixen.Editor.Blockout
  • EditorModesVixen.Editor.Ui
  • FakeVixen.Editor.Ui.Tests
  • FoliageModeVixen.Editor.Terrain
  • IEditorModeVixen.Editor.Ui
  • ModeVixen.Editor.App.Tests
  • ProbeVixen.Editor.Ui.Tests
  • SelectModeVixen.Editor.Ui
  • TerrainModeVixen.Editor.Terrain
  • ToolbarButtonVixen.Editor.Ui
  • ToolbarDropdownVixen.Editor.Ui
  • ToolbarGroupVixen.Editor.Ui
  • ToolbarPresenterVixen.Editor.Ui
  • ToolbarSeparatorVixen.Editor.Ui