if (Input.GetKeyDown(KeyCode.A)){
Debug.Log("您按下了A键");
}
if (Input.GetKeyUp(KeyCode.A)) { Debug.Log("您抬起了A键"); }
时间: 2024-10-13 23:23:53
if (Input.GetKeyDown(KeyCode.A)){
Debug.Log("您按下了A键");
}
if (Input.GetKeyUp(KeyCode.A)) { Debug.Log("您抬起了A键"); }