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

namespace UnityEngine.UIElements
{
public class TimeValue // TypeDefIndex: 6033
{
	// Fields
	type#26060 m_Value;
	type#27455 m_Unit;

	// Methods
	// RVA: -1
	public type#26059 get_value() { }
	// RVA: -1
	public type#28660 set_value(type#26059 value) { }
	// RVA: -1
	public type#27454 get_unit() { }
	// RVA: -1
	public type#28660 set_unit(type#27454 value) { }
	// RVA: -1
	public type#28660 .ctor(type#26059 value) { }
	// RVA: -1
	public type#28660 .ctor(type#26059 value, type#27454 unit) { }
	// RVA: -1
	public static type#27459 op_Implicit(type#26059 value) { }
	// RVA: -1
	public static type#15313 op_Equality(type#27459 lhs, type#27459 rhs) { }
	// RVA: -1
	public static type#15313 op_Inequality(type#27459 lhs, type#27459 rhs) { }
	// RVA: -1
	public virtual type#15313 Equals(type#27459 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() { }
}
}
