// Assembly: UnityEngine.TextCoreFontEngineModule
// Full name: UnityEngine.TextCore.LowLevel.MarkToBaseAdjustmentRecord

namespace UnityEngine.TextCore.LowLevel
{
public class MarkToBaseAdjustmentRecord // TypeDefIndex: 12609
{
	// Fields
	type#27918 m_BaseGlyphID;
	type#19153 m_BaseGlyphAnchorPoint;
	type#27918 m_MarkGlyphID;
	type#22415 m_MarkPositionAdjustment;

	// Methods
	// RVA: -1
	public type#27917 get_baseGlyphID() { }
	// RVA: -1
	public type#28660 set_baseGlyphID(type#27917 value) { }
	// RVA: -1
	public type#19152 get_baseGlyphAnchorPoint() { }
	// RVA: -1
	public type#28660 set_baseGlyphAnchorPoint(type#19152 value) { }
	// RVA: -1
	public type#27917 get_markGlyphID() { }
	// RVA: -1
	public type#28660 set_markGlyphID(type#27917 value) { }
	// RVA: -1
	public type#22414 get_markPositionAdjustment() { }
	// RVA: -1
	public type#28660 set_markPositionAdjustment(type#22414 value) { }
}
}
