Class GLUE.Region
- Description
A rectangle. Used by the text routines to avoid drawing outside the current region.
- Variable
x
Variable y
Variable w
Variable h
float
GLUE.Region.x
float
GLUE.Region.y
float
GLUE.Region.w
float
GLUE.Region.h
- Constant is_region
constant
int
GLUE.Region.is_region
- Description
All region objects have this constant.
- Method create
GLUE.Region GLUE.Region(
float
x
,float
y
,float
w
,float
h
)