XSGridEditor
1.0.0
XSGridEditor is a lightweight square grid map system for 2D/3D SRPG games, and comes with a simple and easy-to-use grid editing function. It can be used as a beginning for you to create SRPG games.
|
Classes | |
class | XSSLG.Emitter< TYPE, T > |
事件分发,给对象之间解耦用的 在一个Emitter里可以为多个事件注册事件回调,每一个事件还可以对应多个回调函数 建议1个Emitter对应同一类的事件类型,防止过于臃肿导致查询耗时 具体用例: More... | |
Namespaces | |
namespace | XSSLG |
@Author: zhoutao @Date: 2021/5/9 @Description: 常用的战斗方法 | |