Version: 2022.3

KeyCombination

struct in UnityEditor.ShortcutManagement

切换到手册

描述

表示非修改键和零个或多个修改键的组合。

变量

action“操作”键修改器是否是组合键的一部分?操作键表示 Windows 和 Linux 上的 Control 键,以及 macOS 上的 Command 键。
altAlt 键(或 macOS 上的 Option 键)修改器是否是组合键的一部分?
controlDetermines if the Control key modifier is part of the key combination. Represents the Control key on Windows, macOS, and Linux.
keyCode表示组合键的非修改键的键代码。
modifiers组合键的修改键。
shiftShift 键修改器是否是组合键的一部分?

构造函数

KeyCombination使用给定的键代码和快捷键修改器创建一个新的组合键。

公共函数

ToString返回组合键的字符串表示形式。