2013年3月18日

UNITY3D 从网络获取图片 并 截取图片一部分显示

摘要: using UnityEngine;using System.Collections;public class GetWebImage : MonoBehaviour { string url = "http://img.hb.aicdn.com/240136a8caf6ae05d38f2f57d596aec10c44d1ff112df-4XaoQJ_fw580"; private Material material; IEnumerator Start () { WWW www = new WWW(url); yield return www; ... 阅读全文

posted @ 2013-03-18 11:31 justup 阅读(6781) 评论(0) 推荐(0) 编辑

导航