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

namespace UnityEngine.TextCore.Text
{
public class Offset // TypeDefIndex: 10580
{
	// Fields
	type#26060 m_Left;
	type#26060 m_Right;
	type#26060 m_Top;
	type#26060 m_Bottom;
	type#23880 k_ZeroOffset;

	// Methods
	// RVA: -1
	public type#26059 get_left() { }
	// RVA: -1
	public type#26059 get_right() { }
	// RVA: -1
	public type#26059 get_top() { }
	// RVA: -1
	public type#26059 get_bottom() { }
	// RVA: -1
	public static type#23878 get_zero() { }
	// RVA: -1
	public type#28660 .ctor(type#26059 left, type#26059 right, type#26059 top, type#26059 bottom) { }
	// RVA: -1
	public static type#15313 op_Equality(type#23878 lhs, type#23878 rhs) { }
	// RVA: -1
	public static type#23878 op_Multiply(type#23878 a, type#26059 b) { }
	// RVA: -1
	public virtual type#20867 GetHashCode() { }
	// RVA: -1
	public virtual type#15313 Equals(type#23705 obj) { }
	// RVA: -1
	private static type#28660 .cctor() { }
}
}
