ShortcutHandler(Dictionary<Event, ShortcutDelegate>)
ShortcutHandler's constructor.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Constructor
- Namespace: UnityEditor.Experimental.GraphView
- Assembly: UnityEditor
public ShortcutHandler(Dictionary<Event, ShortcutDelegate> dictionary)
Parameters
Dictionary of shortcuts and their actions.