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.
|
用单例实现的抽象工厂模式去创建对象 More...
Static Public Member Functions | |
static SkillBase | CreateSkill (string name, UnitBase unit) |
工厂模式创建SkillBase More... | |
static SkillBase | CreateSkill (SkillData data, UnitBase unit) |
工厂模式创建SkillBase More... | |
static SkillNull | CreateSkillNull (UnitBase unit) |
工厂模式创建SkillNull More... | |
用单例实现的抽象工厂模式去创建对象
工厂模式创建SkillBase
name | 技能name |
unit | 玩家 |
工厂模式创建SkillBase
name | 技能name |
unit | 玩家 |
工厂模式创建SkillNull
data | 技能data |
unit | 触发器触发的对象 |