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.