摘要:
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
阅读(299)
评论(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
阅读(234)
评论(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
阅读(154)
评论(0)
推荐(0)