导航

 

2019年2月1日

摘要: http://gad.qq.com/article/detail/45365 https://blog.csdn.net/s556699/article/details/55224830 UI层设计 https://www.cnblogs.com/yangyxd/articles/5261272.h 阅读全文
posted @ 2019-02-01 16:56 slqt 阅读(295) 评论(0) 推荐(0) 编辑
 
摘要: using UnityEngine; using System.Collections; public class JoystickController : MonoBehaviour { private Joystick mJoystick; private float mSpeed=7.5F; void Start () { //获取Joystick mJoystic... 阅读全文
posted @ 2019-02-01 16:14 slqt 阅读(230) 评论(0) 推荐(0) 编辑
 
摘要: //https://blog.csdn.net/Htlas/article/details/79188008 //人物移动 http://gad.qq.com/article/detail/289212 //mesh 山丘地形 http://gad.qq.com/article/detail/289108 using System.Collections; using System.Coll... 阅读全文
posted @ 2019-02-01 16:14 slqt 阅读(149) 评论(0) 推荐(0) 编辑