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

namespace UnityEngine.TextCore
{
public class GlyphRect // TypeDefIndex: 12592
{
	// Fields
	type#20868 m_X;
	type#20868 m_Y;
	type#20868 m_Width;
	type#20868 m_Height;
	type#19171 s_ZeroGlyphRect;

	// Methods
	// RVA: -1
	public type#20867 get_x() { }
	// RVA: -1
	public type#20867 get_y() { }
	// RVA: -1
	public type#20867 get_width() { }
	// RVA: -1
	public type#20867 get_height() { }
	// RVA: -1
	public static type#19168 get_zero() { }
	// RVA: -1
	public type#28660 .ctor(type#20867 x, type#20867 y, type#20867 width, type#20867 height) { }
	// 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#19168 other) { }
	// RVA: -1
	private static type#28660 .cctor() { }
}
}
