enum Scar::Tiled::ObjectAlignment
Defined in:
scar/tiled_map.crEnum Members
-
Unspecified =
0
-
Topleft =
1
-
Top =
2
-
Topright =
3
-
Left =
4
-
Center =
5
-
Right =
6
-
Bottomleft =
7
-
Bottom =
8
-
Bottomright =
9
Instance Method Summary
- #bottom?
- #bottomleft?
- #bottomright?
- #center?
- #left?
- #right?
- #top?
- #topleft?
- #topright?
- #unspecified?