2018年9月19日
摘要: 1 //动态加载的图片 public Image LoadingImage; //动态加载的数字 public Text processText; //动态加载的时间 float timer; void Update() { if (timer ().fillAmount = timer; //Mathf.Fl... 阅读全文
posted @ 2018-09-19 10:11 追求LPY 阅读(271) 评论(0) 推荐(0) 编辑
  2018年9月18日
摘要: 阅读全文
posted @ 2018-09-18 17:45 追求LPY 阅读(540) 评论(0) 推荐(0) 编辑
摘要: 1 Vector2 oldPos1;//第一个手指 2 Vector2 oldPos2;//第二个手指 3 4 void Update() 5 { 6 //如果有2个手指 7 if (Input.touchCount == 2) 8 { 9 //如果第一个手指位置是移动的或者第二... 阅读全文
posted @ 2018-09-18 17:35 追求LPY 阅读(170) 评论(0) 推荐(0) 编辑