... (KeyCode.A) || Input.GetKey(KeyCode.LeftArrow)) force.x = sidewaysForce; else if(Input.GetKey(KeyCode.D) || Input.GetKey(KeyCode.RightArrow)) ...
確定! 回上一頁