Version: 2020.3
언어: 한국어

IKeyboardEvent

interface in UnityEngine.UIElements

매뉴얼로 전환

설명

Interface for keyboard events.

변수

actionKeyReturns true if the platform-specific action key is pressed. This key is Cmd on macOS, and Ctrl on all other platforms.
altKeyReturn true if the Alt key is pressed.
characterThe character.
commandKeyReturn true if the Windows/Command key is pressed.
ctrlKeyReturn true if the Control key is pressed.
keyCodeThe key code.
modifiersFlag set holding the pressed modifier keys (Alt, Control, Shift, Windows/Command).
shiftKeyReturn true if the Shift key is pressed.