kingBook

导航

2017年3月1日 #

unity 加载读取外部XML

摘要: cfg.xml 阅读全文

posted @ 2017-03-01 10:21 kingBook 阅读(509) 评论(0) 推荐(0) 编辑

unity WWW加载进度条

摘要: using UnityEngine; using System.Collections;public class testProgress : MonoBehaviour { void Start () { StartCoroutine (getWWW()); } IEnumerator getWWW(){ WWW www = new WWW... 阅读全文

posted @ 2017-03-01 10:13 kingBook 阅读(858) 评论(0) 推荐(0) 编辑