// Assembly: UnityEngine.TextCoreTextEngineModule
// Full name: UnityEngine.TextCore.Text.TextAlignment

namespace UnityEngine.TextCore.Text
{
public class TextAlignment // TypeDefIndex: 10570
{
	// Fields
	type#20890 value__;
	type#27114 TopLeft;
	type#27114 TopCenter;
	type#27114 TopRight;
	type#27114 TopJustified;
	type#27114 TopFlush;
	type#27114 TopGeoAligned;
	type#27114 MiddleLeft;
	type#27114 MiddleCenter;
	type#27114 MiddleRight;
	type#27114 MiddleJustified;
	type#27114 MiddleFlush;
	type#27114 MiddleGeoAligned;
	type#27114 BottomLeft;
	type#27114 BottomCenter;
	type#27114 BottomRight;
	type#27114 BottomJustified;
	type#27114 BottomFlush;
	type#27114 BottomGeoAligned;
	type#27114 BaselineLeft;
	type#27114 BaselineCenter;
	type#27114 BaselineRight;
	type#27114 BaselineJustified;
	type#27114 BaselineFlush;
	type#27114 BaselineGeoAligned;
	type#27114 MidlineLeft;
	type#27114 MidlineCenter;
	type#27114 MidlineRight;
	type#27114 MidlineJustified;
	type#27114 MidlineFlush;
	type#27114 MidlineGeoAligned;
	type#27114 CaplineLeft;
	type#27114 CaplineCenter;
	type#27114 CaplineRight;
	type#27114 CaplineJustified;
	type#27114 CaplineFlush;
	type#27114 CaplineGeoAligned;
}
}
