【UnityEditor】根据枚举的不同显示各自对应的内容
摘要:
code1--PhoneManagepublic class PhoneManage:MonoBehaviour{ public enum Platform { A,B } public Platform curPlatform = Platform.A... 阅读全文
posted @ 2015-12-04 11:39 快要结束了 阅读(1380) 评论(0) 推荐(0) 编辑
posted @ 2015-12-04 11:39 快要结束了 阅读(1380) 评论(0) 推荐(0) 编辑