if (Input.GetKeyDown(KeyCode.A)){
Debug.Log("您按下了A键");
}
if (Input.GetKeyUp(KeyCode.A)) { Debug.Log("您抬起了A键"); }
时间: 2024-12-25 06:38:06
if (Input.GetKeyDown(KeyCode.A)){
Debug.Log("您按下了A键");
}
if (Input.GetKeyUp(KeyCode.A)) { Debug.Log("您抬起了A键"); }