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 Member Functions | |
List< T > | GetList () |
void | Save () |
T | GetItem (string name) |
void | AddItem (T item) |
Static Public Member Functions | |
static void | Load () |
Protected Attributes | |
List< T > | itemArray = new List<T>() |
Dictionary< string, int > | keyIndexMap = new Dictionary<string, int>() |
Static Protected Attributes | |
static DataManager< T > | instance |
Properties | |
static DataManager< T > | Instance [get] |
|
inline |
|
inline |
List<T> XSSLG.DataManager< T >.GetList | ( | ) |
|
inlinestatic |
|
inline |
|
staticprotected |
|
protected |
|
protected |
|
staticget |