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 | |
XSAStarTile (int cost, int f, XSTile prevTile) | |
Protected Attributes | |
int | cost |
int | f |
f = cost + Manhattan distance More... | |
XSTile | prevTile |
Properties | |
int | Cost [get] |
int | F [get] |
XSTile | PrevTile [get] |
XSSLG.XSAStarTile.XSAStarTile | ( | int | cost, |
int | f, | ||
XSTile | prevTile | ||
) |
|
protected |
|
protected |
f = cost + Manhattan distance
|
protected |
|
get |
|
get |
|
get |