// Assembly: UnityEngine.TextRenderingModule
// Full name: UnityEngine.TextAnchor

namespace UnityEngine
{
public class TextAnchor // TypeDefIndex: 13080
{
	// Fields
	type#20890 value__;
	type#27124 UpperLeft;
	type#27124 UpperCenter;
	type#27124 UpperRight;
	type#27124 MiddleLeft;
	type#27124 MiddleCenter;
	type#27124 MiddleRight;
	type#27124 LowerLeft;
	type#27124 LowerCenter;
	type#27124 LowerRight;
}
}
