// Assembly: UnityEngine.TextCoreFontEngineModule
// Full name: UnityEngine.TextCore.Glyph

namespace UnityEngine.TextCore
{
public class Glyph // TypeDefIndex: 12594
{
	// Fields
	type#27918 m_Index;
	type#19162 m_Metrics;
	type#19169 m_GlyphRect;
	type#26060 m_Scale;
	type#20868 m_AtlasIndex;
	type#19155 m_ClassDefinitionType;

	// Methods
	// RVA: -1
	public type#27917 get_index() { }
	// RVA: -1
	public type#28660 set_index(type#27917 value) { }
	// RVA: -1
	public type#19161 get_metrics() { }
	// RVA: -1
	public type#28660 set_metrics(type#19161 value) { }
	// RVA: -1
	public type#19168 get_glyphRect() { }
	// RVA: -1
	public type#28660 set_glyphRect(type#19168 value) { }
	// RVA: -1
	public type#26059 get_scale() { }
	// RVA: -1
	public type#28660 set_scale(type#26059 value) { }
	// RVA: -1
	public type#20867 get_atlasIndex() { }
	// RVA: -1
	public type#28660 set_atlasIndex(type#20867 value) { }
	// RVA: -1
	public type#28660 .ctor() { }
	// RVA: -1
	internal type#28660 .ctor(type#19160 glyphStruct) { }
	// RVA: -1
	public type#28660 .ctor(type#27917 index, type#19161 metrics, type#19168 glyphRect, type#26059 scale, type#20867 atlasIndex) { }
}
}
