unity 经过键盘控制角色的移动和旋转

using UnityEngine; using System.Collections; public class MoveObj : MonoBehaviour {     float speed = 10.0f;   //移动速度     float rotationSpeed = 100.0f;  //旋转速度     // Update is called once per frame  
相关文章
相关标签/搜索