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

namespace UnityEngine.UI
{
public class HorizontalOrVerticalLayoutGroup // TypeDefIndex: 10678
{
	// Fields
	type#26062 m_Spacing;
	type#15316 m_ChildForceExpandWidth;
	type#15316 m_ChildForceExpandHeight;
	type#15316 m_ChildControlWidth;
	type#15316 m_ChildControlHeight;
	type#15316 m_ChildScaleWidth;
	type#15316 m_ChildScaleHeight;
	type#15316 m_ReverseArrangement;

	// Methods
	// RVA: -1
	public type#26059 get_spacing() { }
	// RVA: -1
	public type#28660 set_spacing(type#26059 value) { }
	// RVA: -1
	public type#15313 get_childForceExpandWidth() { }
	// RVA: -1
	public type#28660 set_childForceExpandWidth(type#15313 value) { }
	// RVA: -1
	public type#15313 get_childForceExpandHeight() { }
	// RVA: -1
	public type#28660 set_childForceExpandHeight(type#15313 value) { }
	// RVA: -1
	public type#15313 get_childControlWidth() { }
	// RVA: -1
	public type#28660 set_childControlWidth(type#15313 value) { }
	// RVA: -1
	public type#15313 get_childControlHeight() { }
	// RVA: -1
	public type#28660 set_childControlHeight(type#15313 value) { }
	// RVA: -1
	public type#15313 get_childScaleWidth() { }
	// RVA: -1
	public type#28660 set_childScaleWidth(type#15313 value) { }
	// RVA: -1
	public type#15313 get_childScaleHeight() { }
	// RVA: -1
	public type#28660 set_childScaleHeight(type#15313 value) { }
	// RVA: -1
	public type#15313 get_reverseArrangement() { }
	// RVA: -1
	public type#28660 set_reverseArrangement(type#15313 value) { }
	// RVA: -1
	protected type#28660 CalcAlongAxis(type#20867 axis, type#15313 isVertical) { }
	// RVA: -1
	protected type#28660 SetChildrenAlongAxis(type#20867 axis, type#15313 isVertical) { }
	// RVA: -1
	private type#28660 GetChildSizes(type#25043 child, type#20867 axis, type#15313 controlSize, type#15313 childForceExpand, type#12113 min, type#12113 preferred, type#12113 flexible) { }
	// RVA: -1
	protected type#28660 .ctor() { }
}
}
