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

namespace UnityEngine.TextCore.LowLevel
{
public class GlyphPairAdjustmentRecord // TypeDefIndex: 12606
{
	// Fields
	type#19149 m_FirstAdjustmentRecord;
	type#19149 m_SecondAdjustmentRecord;
	type#18650 m_FeatureLookupFlags;

	// Methods
	// RVA: -1
	public type#19148 get_firstAdjustmentRecord() { }
	// RVA: -1
	public type#28660 set_firstAdjustmentRecord(type#19148 value) { }
	// RVA: -1
	public type#19148 get_secondAdjustmentRecord() { }
	// RVA: -1
	public type#18649 get_featureLookupFlags() { }
	// RVA: -1
	public type#28660 .ctor(type#19148 firstAdjustmentRecord, type#19148 secondAdjustmentRecord) { }
	// RVA: -1
	public virtual type#20867 GetHashCode() { }
	// RVA: -1
	public virtual type#15313 Equals(type#23705 obj) { }
	// RVA: -1
	public virtual type#15313 Equals(type#19166 other) { }
}
}
