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

namespace UnityEngine.UI
{
public class LayoutUtility // TypeDefIndex: 10690
{

	// Methods
	// RVA: -1
	public static type#26059 GetMinSize(type#25043 rect, type#20867 axis) { }
	// RVA: -1
	public static type#26059 GetPreferredSize(type#25043 rect, type#20867 axis) { }
	// RVA: -1
	public static type#26059 GetFlexibleSize(type#25043 rect, type#20867 axis) { }
	// RVA: -1
	public static type#26059 GetMinWidth(type#25043 rect) { }
	// RVA: -1
	public static type#26059 GetPreferredWidth(type#25043 rect) { }
	// RVA: -1
	public static type#26059 GetFlexibleWidth(type#25043 rect) { }
	// RVA: -1
	public static type#26059 GetMinHeight(type#25043 rect) { }
	// RVA: -1
	public static type#26059 GetPreferredHeight(type#25043 rect) { }
	// RVA: -1
	public static type#26059 GetFlexibleHeight(type#25043 rect) { }
	// RVA: -1
	public static type#26059 GetLayoutProperty(type#25043 rect, type#5756 property, type#26059 defaultValue) { }
	// RVA: -1
	public static type#26059 GetLayoutProperty(type#25043 rect, type#5756 property, type#26059 defaultValue, type#11926 source) { }
}
}
