Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

KeyCombination Constructor

Declaration

public KeyCombination(KeyCode keyCode, ShortcutManagement.ShortcutModifiers shortcutModifiers);

Parameters

keyCode Non-modifier key code of key combination.
shortcutModifiers Shortcut modifiers keys of key combination.

Description

Creates a new key combination with given key code and shortcut modifiers.