// Assembly: UnityEngine.UIElementsModule
// Full name: UnityEngine.UIElements.LayoutData

namespace UnityEngine.UIElements
{
public class LayoutData // TypeDefIndex: 5984
{
	// Fields
	type#14201 alignContent;
	type#14201 alignItems;
	type#14201 alignSelf;
	type#26063 borderBottomWidth;
	type#26063 borderLeftWidth;
	type#26063 borderRightWidth;
	type#26063 borderTopWidth;
	type#21928 bottom;
	type#17388 display;
	type#21928 flexBasis;
	type#18572 flexDirection;
	type#26063 flexGrow;
	type#26063 flexShrink;
	type#28844 flexWrap;
	type#21928 height;
	type#21394 justifyContent;
	type#21928 left;
	type#21928 marginBottom;
	type#21928 marginLeft;
	type#21928 marginRight;
	type#21928 marginTop;
	type#21928 maxHeight;
	type#21928 maxWidth;
	type#21928 minHeight;
	type#21928 minWidth;
	type#21928 paddingBottom;
	type#21928 paddingLeft;
	type#21928 paddingRight;
	type#21928 paddingTop;
	type#24586 position;
	type#21928 right;
	type#21928 top;
	type#21928 width;

	// Methods
	// RVA: -1
	public virtual type#21812 Copy() { }
	// RVA: -1
	public virtual type#28660 CopyFrom(type#11978 other) { }
	// RVA: -1
	public static type#15313 op_Equality(type#21812 lhs, type#21812 rhs) { }
	// RVA: -1
	public virtual type#15313 Equals(type#21812 other) { }
	// RVA: -1
	public virtual type#15313 Equals(type#23705 obj) { }
	// RVA: -1
	public virtual type#20867 GetHashCode() { }
}
}
