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