Public Member Functions | |
void | clipRect () |
BaseActiveRect (BaseGame *inGameOwner=nullptr) | |
BaseActiveRect (BaseGame *inGameOwner, BaseObject *owner, BaseSubFrame *frame, int x, int y, int width, int height, float zoomX=100, float zoomY=100, bool precise=true) | |
BaseActiveRect (BaseGame *inGame, BaseObject *owner, BaseRegion *region, int offsetX, int offsetY) | |
Public Attributes | |
bool | _precise |
float | _zoomX |
float | _zoomY |
BaseSubFrame * | _frame |
BaseObject * | _owner |
BaseRegion * | _region |
int32 | _offsetX |
int32 | _offsetY |
Rect32 | _rect |