因为背包有很多道具,用户要根据不同需要搜索出不同的道具. 道具的属性有非常居多,游戏快开发完毕的时候,突然发现ItemManager类里面几乎每一个搜索方法都有一个foreach循环, 循环里面因为一点点不同的搜索条件就会导致重新写一个搜索方法出来.最后发现有10多种搜索方法. 后来打算优化下这个问题, 参考了下Itween传入参数进行移动的方式. 代码如下: using System; using System.Collections.Generic; using System.Linq;…
上一篇: http://www.cnblogs.com/plateFace/p/6490577.html 上次编写代码只是把逻辑编写出来, 对于里面的代码还存在一下问题 1. 搜索功能没有解耦 2. 添加新的搜索,只能修改源代码 3. 消除大量switch 搜索器: using System.Collections; using System.Collections.Generic; using UnityEngine; public class SearchCollection<T> { p…
道具栏/商城中物品逐个显示效果 本文提供全流程,中文翻译. Chinar 坚持将简单的生活方式,带给世人!(拥有更好的阅读体验 -- 高分辨率用户请根据需求调整网页缩放比例) Chinar -- 心分享.心创新!助力完成背包/商城 Scroll View / Grid Layout Group 逐个游戏对象的显示 为新手节省宝贵的时间,避免采坑! Chinar 教程效果: 1 Show One by one -- 一个个显示图片 2 TextOne by one -- 一个个显示文字 支持 Ma…
Herbs Gathering 10.76% 1000ms 32768K Collecting one's own plants for use as herbal medicines is perhaps one of the most self-empowering things a person can do, as it implies that they have taken the time and effort to learn about the uses and virtu…