u3d 加载PNG做 UI图片
摘要:
using UnityEngine;using System.Collections;using System.IO;using UnityEngine.UI;public class UITexLoader : MonoBehaviour { public string _Path ="As... 阅读全文
posted @ 2015-10-13 18:04 c_dragon 阅读(1986) 评论(0) 推荐(0) 编辑