added top center and bottom center to side in point to screen mode

This commit is contained in:
2026-08-08 23:37:49 +05:00
parent 2af494d2f6
commit 8a19cb6a9c
4 changed files with 30 additions and 8 deletions
+4 -2
View File
@@ -37,8 +37,10 @@ public enum AnchorSide
public enum ScreenPosition
{
TopLeft,
Top,
TopRight,
BottomLeft,
BottomRight,
Center,
BottomLeft,
Bottom,
BottomRight,
}