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

namespace UnityEngine.UIElements
{
public class TransformOrigin // TypeDefIndex: 6038
{
	// Fields
	type#21927 m_X;
	type#21927 m_Y;
	type#26060 m_Z;

	// Methods
	// RVA: -1
	public type#28660 .ctor(type#21926 x, type#21926 y, type#26059 z) { }
	// RVA: -1
	internal type#28660 .ctor(type#28468 vector) { }
	// RVA: -1
	public static type#27616 Initial() { }
	// RVA: -1
	public type#21926 get_x() { }
	// RVA: -1
	public type#28660 set_x(type#21926 value) { }
	// RVA: -1
	public type#21926 get_y() { }
	// RVA: -1
	public type#28660 set_y(type#21926 value) { }
	// RVA: -1
	public type#26059 get_z() { }
	// RVA: -1
	public type#28660 set_z(type#26059 value) { }
	// RVA: -1
	public static type#15313 op_Equality(type#27616 lhs, type#27616 rhs) { }
	// RVA: -1
	public static type#15313 op_Inequality(type#27616 lhs, type#27616 rhs) { }
	// RVA: -1
	public virtual type#15313 Equals(type#27616 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() { }
}
}
