unity 經過鍵盤控制角色的移動和旋轉

using UnityEngine; using System.Collections; public class MoveObj : MonoBehaviour {     float speed = 10.0f;   //移動速度     float rotationSpeed = 100.0f;  //旋轉速度     // Update is called once per frame  
相關文章
相關標籤/搜索