// Assembly: UnityEngine.TextCoreTextEngineModule
// Full name: UnityEngine.TextCore.Text.TextWrappingMode

namespace UnityEngine.TextCore.Text
{
public class TextWrappingMode // TypeDefIndex: 10573
{
	// Fields
	type#20890 value__;
	type#27298 NoWrap;
	type#27298 Normal;
	type#27298 PreserveWhitespace;
	type#27298 PreserveWhitespaceNoWrap;
}
}
