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.
|
Public Attributes | |
ClassLvType | LvType |
职业的级别类型 More... | |
List< TechniqueLevel > | TechniqueLvList = new List<TechniqueLevel>() |
需要技巧等级 More... | |
Stat | Stat = new Stat() |
职业附加属性 More... | |
List< string > | SkillKeyList = new List<string>() |
职业附加技能 More... | |
bool | CanMag |
可以用魔法吗 More... | |
![]() | |
string | Key = "" |
key名字 More... | |
string | Desc = "" |
描述 More... | |
Additional Inherited Members | |
![]() | |
string | name = "" |
名字 More... | |
Texture2D | texture |
![]() | |
string | Name [get, set] |
Texture2D | Texture [get, set] |
![]() | |
string | Name [get, set] |
Texture2D | Texture [get, set] |
bool XSSLG.ClassData.CanMag |
可以用魔法吗
ClassLvType XSSLG.ClassData.LvType |
职业的级别类型
List<string> XSSLG.ClassData.SkillKeyList = new List<string>() |
职业附加技能
List<TechniqueLevel> XSSLG.ClassData.TechniqueLvList = new List<TechniqueLevel>() |
需要技巧等级