摘要: 实现目标: 1、使用个性化Box控件 2、个性化Lable控件 3、添加纵向滚动条 4、新建SelectedItem样式一、最终效果: 二、主要代码using UnityEngine;using System.Collections;/// /// 选项卡二/// [System.Serializable]public class Item{ public Texture icon; public string name;//key name public int amount;//数量 public string itemName; /// ... 阅读全文
posted @ 2014-02-23 17:05 PEPE YU 阅读(652) 评论(0) 推荐(0) 编辑