enum WAD::Graphic::Offsets
Overview
An enum for preset offsets of the graphic
Defined in:
wa-cr/wad/wad-data/texture.crEnum Members
-
TopLeft =
0
-
TopCenter =
1
-
TopRight =
2
-
MiddleLeft =
3
-
MiddleCenter =
4
-
MiddleRight =
5
-
BottomLeft =
6
-
BottomCenter =
7
-
BottomRight =
8
Instance Method Summary
- #bottom_center?
- #bottom_left?
- #bottom_right?
- #middle_center?
- #middle_left?
- #middle_right?
- #top_center?
- #top_left?
- #top_right?