// Assembly: UnityEngine.UI
// Full name: UnityEngine.UI.ContentSizeFitter

namespace UnityEngine.UI
{
public class ContentSizeFitter // TypeDefIndex: 10672
{
	// Fields
	type#30586 m_HorizontalFit;
	type#30586 m_VerticalFit;
	type#25048 m_Rect;
	type#17487 m_Tracker;

	// Methods
	// RVA: -1
	public type#30585 get_horizontalFit() { }
	// RVA: -1
	public type#28660 set_horizontalFit(type#30585 value) { }
	// RVA: -1
	public type#30585 get_verticalFit() { }
	// RVA: -1
	public type#28660 set_verticalFit(type#30585 value) { }
	// RVA: -1
	private type#25043 get_rectTransform() { }
	// RVA: -1
	protected type#28660 .ctor() { }
	// RVA: -1
	protected virtual type#28660 OnEnable() { }
	// RVA: -1
	protected virtual type#28660 OnDisable() { }
	// RVA: -1
	protected virtual type#28660 OnRectTransformDimensionsChange() { }
	// RVA: -1
	private type#28660 HandleSelfFittingAlongAxis(type#20867 axis) { }
	// RVA: -1
	public virtual type#28660 SetLayoutHorizontal() { }
	// RVA: -1
	public virtual type#28660 SetLayoutVertical() { }
	// RVA: -1
	protected type#28660 SetDirty() { }
}
}
