csharp
public enum BindResultWhat happens when a chord and a command disagree about who has it.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (4)
BoundThe command has the chord.
ConflictAnother command already had it, and still does.
ReplacedAnother command had it and has been unbound.
UnchangedNothing changed, because it was already bound that way.
Used by (8)
- CommandTestsVixen.Editor.Ui.Tests
- KeyBindingsViewVixen.Editor.Ui
- KeyMapVixen.Editor.Ui
- KeyMapPresetTestsVixen.Editor.Ui.Tests
- MenuBarTestsVixen.Editor.App.Tests
- ModeTestsVixen.Editor.Ui.Tests
- PluginContextVixen.Editor.Plugin
- ScopeTestsVixen.Editor.Ui.Tests