csharp
public enum BindingSourceWhich layer a binding came from, which is what the keybinding editor's last column says.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (3)
DefaultThe application's, declared beside the command.
PresetThe chosen KeyMapPreset's.
UserThe user's own, and the only one that is saved.
Used by (4)
- KeyBindingsPanelTestsVixen.Editor.App.Tests
- KeyBindingsViewVixen.Editor.Ui
- KeyMapVixen.Editor.Ui
- KeyMapPresetTestsVixen.Editor.Ui.Tests