摘要: using UnityEngine;using System.Collections;using System.Collections.Generic;using System.Linq;using System;public class ComboBox : MonoBehaviour{ private Dictionary<object, object> dataSource; private object currentValue; private object currentDisplayText; private int currentIndex; pr... 阅读全文
posted @ 2013-04-22 08:33 码写人生 阅读(3114) 评论(0) 推荐(1)