Version: 2023.1
언어: 한국어

KeyCombination

struct in UnityEditor.ShortcutManagement

매뉴얼로 전환

설명

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

변수

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?
controlDetermines if the Control key modifier is part of the key combination. Represents the Control key on Windows, macOS, and Linux.
keyCodeKey code representing non-modifier key of key combination.
modifiersModifier keys of key combination.
shiftIs the Shift key modifier part of key combination?

생성자

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

Public 함수

ToStringReturns string representation of key combination.