// Assembly: UnityEngine.IMGUIModule
// Full name: UnityEngine.TextSelectOp

namespace UnityEngine
{
public class TextSelectOp // TypeDefIndex: 11357
{
	// Fields
	type#20890 value__;
	type#27270 SelectLeft;
	type#27270 SelectRight;
	type#27270 SelectUp;
	type#27270 SelectDown;
	type#27270 SelectTextStart;
	type#27270 SelectTextEnd;
	type#27270 SelectPageUp;
	type#27270 SelectPageDown;
	type#27270 ExpandSelectGraphicalLineStart;
	type#27270 ExpandSelectGraphicalLineEnd;
	type#27270 SelectGraphicalLineStart;
	type#27270 SelectGraphicalLineEnd;
	type#27270 SelectWordLeft;
	type#27270 SelectWordRight;
	type#27270 SelectToEndOfPreviousWord;
	type#27270 SelectToStartOfNextWord;
	type#27270 SelectParagraphBackward;
	type#27270 SelectParagraphForward;
	type#27270 Copy;
	type#27270 SelectAll;
	type#27270 SelectNone;
}
}
