// Assembly: UnityEngine.UIElementsModule
// Full name: UnityEngine.UIElements.Length

namespace UnityEngine.UIElements
{
public class Length // TypeDefIndex: 5995
{
	// Fields
	type#26079 k_MaxValue;
	type#26060 m_Value;
	type#32180 m_Unit;

	// Methods
	// RVA: -1
	public static type#21926 Percent(type#26059 value) { }
	// RVA: -1
	public static type#21926 Auto() { }
	// RVA: -1
	public static type#21926 None() { }
	// RVA: -1
	public type#26059 get_value() { }
	// RVA: -1
	public type#28660 set_value(type#26059 value) { }
	// RVA: -1
	public type#21929 get_unit() { }
	// RVA: -1
	public type#28660 set_unit(type#21929 value) { }
	// RVA: -1
	public type#15313 IsAuto() { }
	// RVA: -1
	public type#15313 IsNone() { }
	// RVA: -1
	public type#28660 .ctor(type#26059 value) { }
	// RVA: -1
	public type#28660 .ctor(type#26059 value, type#21929 unit) { }
	// RVA: -1
	private type#28660 .ctor(type#26059 value, type#32179 unit) { }
	// RVA: -1
	public static type#21926 op_Implicit(type#26059 value) { }
	// RVA: -1
	public static type#15313 op_Equality(type#21926 lhs, type#21926 rhs) { }
	// RVA: -1
	public static type#15313 op_Inequality(type#21926 lhs, type#21926 rhs) { }
	// RVA: -1
	public virtual type#15313 Equals(type#21926 other) { }
	// RVA: -1
	public virtual type#15313 Equals(type#23705 obj) { }
	// RVA: -1
	public virtual type#20867 GetHashCode() { }
	// RVA: -1
	public virtual type#26576 ToString() { }
}
}
