会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
~Joke_crazy
爱生活,爱拉芳!
首页
新随笔
管理
2018年11月23日
Unity中实现人物平滑转身
摘要: using UnityEngine; public class PlayerController : MonoBehaviour { public float turnspeed = 10; float ver = 0; float hor = 0; void Update() { hor = In
阅读全文
posted @ 2018-11-23 14:19 ~Joke_crazy
阅读(1699)
评论(0)
推荐(0)
编辑