// Assembly: UnityEngine.CoreModule
// Full name: UnityEngine.RectInt

namespace UnityEngine
{
public class RectInt // TypeDefIndex: 8685
{
	// Fields
	type#20868 m_XMin;
	type#20868 m_YMin;
	type#20868 m_Width;
	type#20868 m_Height;

	// Methods
	// RVA: -1
	public type#20867 get_x() { }
	// RVA: -1
	public type#28660 set_x(type#20867 value) { }
	// RVA: -1
	public type#20867 get_y() { }
	// RVA: -1
	public type#28660 set_y(type#20867 value) { }
	// RVA: -1
	public type#20867 get_width() { }
	// RVA: -1
	public type#28660 set_width(type#20867 value) { }
	// RVA: -1
	public type#20867 get_height() { }
	// RVA: -1
	public type#28660 set_height(type#20867 value) { }
	// RVA: -1
	public type#20867 get_xMin() { }
	// RVA: -1
	public type#20867 get_yMin() { }
	// RVA: -1
	public type#20867 get_xMax() { }
	// RVA: -1
	public type#20867 get_yMax() { }
	// RVA: -1
	public type#28457 get_position() { }
	// RVA: -1
	public type#28457 get_size() { }
	// RVA: -1
	public type#28660 .ctor(type#20867 xMin, type#20867 yMin, type#20867 width, type#20867 height) { }
	// RVA: -1
	public type#15313 Overlaps(type#25027 other) { }
	// RVA: -1
	public virtual type#26576 ToString() { }
	// RVA: -1
	public virtual type#26576 ToString(type#26576 format, type#20119 formatProvider) { }
	// RVA: -1
	public virtual type#20867 GetHashCode() { }
	// RVA: -1
	public virtual type#15313 Equals(type#23705 other) { }
	// RVA: -1
	public virtual type#15313 Equals(type#25027 other) { }
}
}
