Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
UnityEngine
Input
C# Class UnityEngine.Input
ファイルを表示
Open project: jbruening/UnEngine
Class Usage Examples
Public Methods
Method
Description
GetKey
(
KeyCode
key
) :
bool
GetKeyDown
(
KeyCode
key
) :
bool
Method Details
GetKey()
public
static
method
public
static
GetKey
(
KeyCode
key
) :
bool
key
KeyCode
return
bool
GetKeyDown()
public
static
method
public
static
GetKeyDown
(
KeyCode
key
) :
bool
key
KeyCode
return
bool