![]() |
![]() |
|
![]() |
||||||||||
This document is unofficially translated by users.Please see the original document here. 翻訳に関する修正など、ご連絡はこちらまで。 Please send e-mail to here, when you have any question about the translation. |
![]() 編集 (GitHub) |
Returns true during the frame the user starts pressing down the key identified by name.
You need to call this function from the Update function, since the state gets reset each frame. It will not return true until the user has released the key and pressed it again.
For the list of key identifiers see Input Manager. When dealing with input it is recommended to use Input.GetAxis and Input.GetButton instead since it allows end-users to configure the keys.
Returns true during the frame the user starts pressing down the key identified by the key KeyCode enum parameter.