标签:style blog http color os art
1、动态加载Atlas,并用NGUITools添加Sprite
1 UIAtlas MyAtlas = Resources.Load("MyAtlas", typeof(UIAtlas)) as UIAtlas; 2 GameObject bagBox = GameObject.Find("BagBox1"); 3 NGUITools.AddSprite(bagBox, MyAtlas, "start");
标签:style blog http color os art
原文地址:http://www.cnblogs.com/gabo/p/3849745.html