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 | Properties | List of all members
XSSLG.XSListView< T > Class Template Reference
Inheritance diagram for XSSLG.XSListView< T >:
XSSLG.XSBaseView

Public Member Functions

 XSListView (List< T > itemList, string title, Action addFunc, Action< T > removeFunc)
 
void RefreshView (List< T > itemList)
 
- Public Member Functions inherited from XSSLG.XSBaseView
 XSBaseView ()
 

Properties

override string UXMLPath = XSEditorDefine.UI_BUILDER_UXML_PATH + "common/XSListView.uxml" [get]
 
ListView Listview [get, set]
 
- Properties inherited from XSSLG.XSBaseView
abstract string UXMLPath [get]
 

Constructor & Destructor Documentation

◆ XSListView()

XSSLG.XSListView< T >.XSListView ( List< T >  itemList,
string  title,
Action  addFunc,
Action< T >  removeFunc 
)
inline

Member Function Documentation

◆ RefreshView()

void XSSLG.XSListView< T >.RefreshView ( List< T >  itemList)
inline

Property Documentation

◆ Listview

ListView XSSLG.XSListView< T >.Listview
getsetprotected

◆ UXMLPath

override string XSSLG.XSListView< T >.UXMLPath = XSEditorDefine.UI_BUILDER_UXML_PATH + "common/XSListView.uxml"
getprotected

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