Unity3D实现点击物体旋转

using UnityEngine; using System.Collections; public class roated : MonoBehaviour { private bool roate; private float RoatedSpeed = 1000.0F; void Start () { roate = false; } // Update is call
相关文章
相关标签/搜索