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 | Protected Attributes | Properties | List of all members
XSSLG.BaseData Class Reference
Inheritance diagram for XSSLG.BaseData:
XSSLG.XSIListViewData XSSLG.BuffData XSSLG.ClassData XSSLG.RoleData XSSLG.SkillData XSSLG.TriggerData

Public Attributes

string Key = ""
 key名字 More...
 
string Desc = ""
 描述 More...
 

Protected Attributes

string name = ""
 名字 More...
 
Texture2D texture
 

Properties

string Name [get, set]
 
Texture2D Texture [get, set]
 
- Properties inherited from XSSLG.XSIListViewData
string Name [get, set]
 
Texture2D Texture [get, set]
 

Member Data Documentation

◆ Desc

string XSSLG.BaseData.Desc = ""

描述

◆ Key

string XSSLG.BaseData.Key = ""

key名字

◆ name

string XSSLG.BaseData.name = ""
protected

名字

◆ texture

Texture2D XSSLG.BaseData.texture
protected

Property Documentation

◆ Name

string XSSLG.BaseData.Name
getset

◆ Texture

Texture2D XSSLG.BaseData.Texture
getset

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