Survivalcraft API 1.8.2.3
v1.8.2.3
Survivalcraft 2.4
载入中...
搜索中...
未找到
TextAnchor.cs
浏览该文件的文档.
1
namespace
Engine.Graphics
{
2
[Flags]
3
public
enum
TextAnchor
{
4
Default
= 0,
5
Left
= 0,
6
Top
= 0,
7
HorizontalCenter
= 1,
8
VerticalCenter
= 1 << 1,
9
Right
= 1 << 2,
10
Bottom
= 1 << 3,
11
Center
= 3,
12
DisableSnapToPixels
= 1 << 4
13
}
14
}
Engine.Graphics
定义
BaseBatch.cs:1
Engine.Graphics.TextAnchor
TextAnchor
定义
TextAnchor.cs:3
Engine.Graphics.TextAnchor.Bottom
@ Bottom
定义
TextAnchor.cs:10
Engine.Graphics.TextAnchor.DisableSnapToPixels
@ DisableSnapToPixels
定义
TextAnchor.cs:12
Engine.Graphics.TextAnchor.Center
@ Center
定义
TextAnchor.cs:11
Engine.Graphics.TextAnchor.Default
@ Default
定义
TextAnchor.cs:4
Engine.Graphics.TextAnchor.HorizontalCenter
@ HorizontalCenter
定义
TextAnchor.cs:7
Engine.Graphics.TextAnchor.Right
@ Right
定义
TextAnchor.cs:9
Engine.Graphics.TextAnchor.Left
@ Left
定义
TextAnchor.cs:5
Engine.Graphics.TextAnchor.Top
@ Top
定义
TextAnchor.cs:6
Engine.Graphics.TextAnchor.VerticalCenter
@ VerticalCenter
定义
TextAnchor.cs:8
SurvivalcraftApi 1.8.2.3
Engine
Engine.Graphics
TextAnchor.cs
制作者
1.16.1