enum Glint::Origin
Defined in:
glint.crEnum Members
-
TopLeft =
0
-
TopCenter =
1
-
TopRight =
2
-
MiddleLeft =
3
-
MiddleCenter =
4
-
MiddleRight =
5
-
BottomLeft =
6
-
BottomCenter =
7
-
BottomRight =
8
-
Center =
9
-
Other (e.g. aliases)
Instance Method Summary
- #bottom_center?
- #bottom_left?
- #bottom_right?
- #center?
- #from(extents : Vector2) : Vector2
- #middle_center?
- #middle_left?
- #middle_right?
- #offset
- #top_center?
- #top_left?
- #top_right?