2015年5月29日

摘要: 1. private AudioClip SetAudio(string StrPath) { AudioClip clip=null; clip = (AudioClip)Resources.Load(StrPath, typeof(AudioClip)); return clip; }这个是加... 阅读全文
posted @ 2015-05-29 10:10 梦@之灵 阅读(367) 评论(0) 推荐(0) 编辑
摘要: string url = "http://192.168.21.92/" + Str+".png"; www = new WWW(url); yield return www; newTexture = www.texture; byte[] pngData = newTexture.Encode... 阅读全文
posted @ 2015-05-29 09:44 梦@之灵 阅读(124) 评论(0) 推荐(0) 编辑

导航