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 | |
Attr () | |
Attr (int val) | |
Attr (int val, float factor) | |
int | GetFinal () |
基础乘以百分比计算最终属性 More... | |
void | Add (Attr attr) |
加其它属性 More... | |
void | Reduce (Attr attr) |
减其它属性 More... | |
void | Reset () |
重置 More... | |
Static Public Member Functions | |
static Attr | operator+ (Attr a, Attr b) |
static Attr | operator- (Attr a, Attr b) |
Public Attributes | |
int | Val |
float | Factor |
|
inline |
|
inline |
|
inline |
|
inline |
加其它属性
int XSSLG.Attr.GetFinal | ( | ) |
基础乘以百分比计算最终属性
|
inline |
减其它属性
|
inline |
重置
float XSSLG.Attr.Factor |
int XSSLG.Attr.Val |