Unity3d C#脚本 实现点击物体旋转.pdfVIP

  • 127
  • 0
  • 约小于1千字
  • 约 1页
  • 2021-12-01 发布于江苏
  • 举报
Unity3d C#脚本 实现点击物体旋转 using UnityEngine; using System.Collections; public class roated : MonoBehaviour { private bool roate; private float RoatedSpeed = 1000.0F; void Start () { roate = false; } // Update is called once per frame voi

文档评论(0)

1亿VIP精品文档

相关文档