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 | |
int | Lv |
初始等级 More... | |
string | ClassDataKey |
当前初始职业 More... | |
Stat | Stat = new Stat() |
List< string > | CrestKeyList = new List<string>() |
List< string > | AbilityKeyList = new List<string>() |
List< string > | ClassDataKeyList = new List<string>() |
拥有的职业 ClassData More... | |
List< string > | CombatArtKeyList = new List<string>() |
List< string > | MagicKeyList = new List<string>() |
List< LearnSkillData > | LearnSkillKeyList = new List<LearnSkillData>() |
可以学会的技能 LearnSkillData 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] |
List<string> XSSLG.RoleData.AbilityKeyList = new List<string>() |
string XSSLG.RoleData.ClassDataKey |
当前初始职业
List<string> XSSLG.RoleData.ClassDataKeyList = new List<string>() |
拥有的职业 ClassData
List<string> XSSLG.RoleData.CombatArtKeyList = new List<string>() |
List<string> XSSLG.RoleData.CrestKeyList = new List<string>() |
List<LearnSkillData> XSSLG.RoleData.LearnSkillKeyList = new List<LearnSkillData>() |
可以学会的技能 LearnSkillData
int XSSLG.RoleData.Lv |
初始等级
List<string> XSSLG.RoleData.MagicKeyList = new List<string>() |