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 Unit | CreateUnit (RoleData data, GroupType group, XSIUnitNode unitNode) |
工厂模式创建 More... | |
static Unit | CreateUnitEnemy (RoleData data, XSIUnitNode unitNode) |
工厂模式创建敌人 More... | |
static Unit | CreateUnit (RoleData data, XSIUnitNode unitNode) |
工厂模式创建我方 More... | |
用单例实现的抽象工厂模式去创建对角色对象
|
inlinestatic |
工厂模式创建
data | roledata |
|
inlinestatic |
工厂模式创建我方
data | roledata |
|
inlinestatic |
工厂模式创建敌人
data | roledata |