Class MuseShortcut
Inherited Members
Namespace: Unity.Muse.Common
Assembly: solution.dll
Syntax
public class MuseShortcut
Constructors
| Name | Description |
|---|---|
| MuseShortcut(string, Action, KeyCode, KeyModifier, VisualElement) | Muse Shortcut |
Fields
| Name | Description |
|---|---|
| action | |
| id | |
| keyCode | |
| keyModifier | |
| source | Source element related to the shortcut. Used to detect which panel to apply shortcut to. |