Unity 遊戲對象的移動方法總結

   //1.使用Transform 來控制移動 public void TranformMove() { float h = Input.GetAxis("Horizontal"); float v = Input.GetAxis("Vertical"); transform.Translate(Vector3.f
相關文章
相關標籤/搜索