2018年9月19日
摘要: 1,新建slider并添加事件 阅读全文
posted @ 2018-09-19 14:42 追求LPY 阅读(2863) 评论(0) 推荐(0) 编辑
摘要: //打开网页 ID只有一个数字不同 传参 public void URLVideo(int ID) { string tempUrl = string.Format("https://www.bilibili.com/video/av1124944/?p={0}", ID); Application.OpenURL(tempUrl); ... 阅读全文
posted @ 2018-09-19 11:14 追求LPY 阅读(4701) 评论(0) 推荐(0) 编辑
摘要: 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) 编辑