enum SpriteAnchor
Determines position of the sprite in its bounds.
Values
| Name | Value | Description |
|---|---|---|
SA_TopLeft |
0 |
|
SA_TopCenter |
1 |
|
SA_TopRight |
2 |
|
SA_MiddleLeft |
3 |
|
SA_MiddleCenter |
4 |
|
SA_MiddleRight |
5 |
|
SA_BottomLeft |
6 |
|
SA_BottomCenter |
7 |
|
SA_BottomRight |
8 |