GetKey(KeyCode.S) || Input.GetKey(KeyCode.DownArrow) ) { transform.Translate(0, -speed * Time.deltaTime, 0); } if( Input.GetKey(KeyCode.
確定! 回上一頁