byte[] data = Convert.FromBase64String(message);
Texture2D texture = new Texture2D(0, 0);
texture.LoadImage(bytes);
texture.wrapMode = TextureWrapMode.Clamp;
呈现,效果好极了,Cool。
TextureScale.Bilinear (texture , 100, 100); //100*100大小
欢迎光临 纳金网 (http://go.narkii.com/club/) | Powered by Discuz! X2.5 |