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 | List of all members
XSSLG.ClassData Class Reference
Inheritance diagram for XSSLG.ClassData:
XSSLG.BaseData XSSLG.XSIListViewData

Public Attributes

ClassLvType LvType
 职业的级别类型 More...
 
List< TechniqueLevelTechniqueLvList = new List<TechniqueLevel>()
 需要技巧等级 More...
 
Stat Stat = new Stat()
 职业附加属性 More...
 
List< string > SkillKeyList = new List<string>()
 职业附加技能 More...
 
bool CanMag
 可以用魔法吗 More...
 
- Public Attributes inherited from XSSLG.BaseData
string Key = ""
 key名字 More...
 
string Desc = ""
 描述 More...
 

Additional Inherited Members

- Protected Attributes inherited from XSSLG.BaseData
string name = ""
 名字 More...
 
Texture2D texture
 
- Properties inherited from XSSLG.BaseData
string Name [get, set]
 
Texture2D Texture [get, set]
 
- Properties inherited from XSSLG.XSIListViewData
string Name [get, set]
 
Texture2D Texture [get, set]
 

Member Data Documentation

◆ CanMag

bool XSSLG.ClassData.CanMag

可以用魔法吗

◆ LvType

ClassLvType XSSLG.ClassData.LvType

职业的级别类型

◆ SkillKeyList

List<string> XSSLG.ClassData.SkillKeyList = new List<string>()

职业附加技能

◆ Stat

Stat XSSLG.ClassData.Stat = new Stat()

职业附加属性

◆ TechniqueLvList

List<TechniqueLevel> XSSLG.ClassData.TechniqueLvList = new List<TechniqueLevel>()

需要技巧等级


The documentation for this class was generated from the following file: