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

namespace UnityEngine
{
public class Bounds // TypeDefIndex: 8679
{
	// Fields
	type#28469 m_Center;
	type#28469 m_Extents;

	// Methods
	// RVA: -1
	public type#28660 .ctor(type#28468 center, type#28468 size) { }
	// 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#15356 other) { }
	// RVA: -1
	public type#28468 get_center() { }
	// RVA: -1
	public type#28660 set_center(type#28468 value) { }
	// RVA: -1
	public type#28468 get_size() { }
	// RVA: -1
	public type#28660 set_size(type#28468 value) { }
	// RVA: -1
	public type#28468 get_extents() { }
	// RVA: -1
	public type#28660 set_extents(type#28468 value) { }
	// RVA: -1
	public type#28468 get_min() { }
	// RVA: -1
	public type#28468 get_max() { }
	// RVA: -1
	public static type#15313 op_Equality(type#15356 lhs, type#15356 rhs) { }
	// RVA: -1
	public static type#15313 op_Inequality(type#15356 lhs, type#15356 rhs) { }
	// RVA: -1
	public type#28660 SetMinMax(type#28468 min, type#28468 max) { }
	// RVA: -1
	public type#28660 Encapsulate(type#28468 point) { }
	// RVA: -1
	public type#28660 Encapsulate(type#15356 bounds) { }
	// RVA: -1
	public virtual type#26576 ToString() { }
	// RVA: -1
	public virtual type#26576 ToString(type#26576 format, type#20119 formatProvider) { }
}
}
