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 | |
bool | Add (T node) |
bool | RemoveByWorldPos (Vector3 worldPos) |
bool XSSLG.XSINodeMgr< T >.Add | ( | T | node | ) |
Implemented in XSSLG.XSNodeMgr< T >.
bool XSSLG.XSINodeMgr< T >.RemoveByWorldPos | ( | Vector3 | worldPos | ) |
Implemented in XSSLG.XSNodeMgr< T >.