// Assembly: UnityEngine.UIElementsModule
// Full name: UnityEngine.UIElements.Layout.LayoutMeasureMode

namespace UnityEngine.UIElements.Layout
{
public class LayoutMeasureMode // TypeDefIndex: 6481
{
	// Fields
	type#20890 value__;
	type#21850 Undefined;
	type#21850 Exactly;
	type#21850 AtMost;
	type#21850 Invalid;
}
}
