KeyCombination

struct in UnityEditor.ShortcutManagement

Cambiar al Manual

Descripción

Represents a combination of a non-modifier key and zero or more modifier keys.

Variables

actionIs the action key modifier part of the key combination? The action key represents the Control key on Windows and Linux, and the Command key on macOS.
altIs the Alt key (or Option key on macOS) modifier part of the key combination?
keyCodeKey code representing non-modifier key of key combination.
modifiersModifier keys of key combination.
shiftIs the Shift key modifier part of key combination?

Constructores

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

Funciones Públicas

ToStringReturns string representation of key combination.