Property | Type | Description | |
---|---|---|---|
controlID | int | ||
graphicalCursorPos | Vector2 | ||
graphicalSelectCursorPos | Vector2 | ||
hasHorizontalCursorPos | bool | ||
isPasswordField | bool | ||
keyboardOnScreen | |||
multiline | bool | ||
scrollOffset | Vector2 | ||
style |
Property | Type | Description | |
---|---|---|---|
ClampTextIndex | void | ||
ClassifyChar | CharacterType | ||
ClearCursorPos | void | ||
FindEndOfClassification | int | ||
FindEndOfPreviousWord | int | ||
FindNextSeperator | int | ||
FindPrevSeperator | int | ||
GetGraphicalLineEnd | int | ||
GetGraphicalLineStart | int | ||
GrabGraphicalCursorPos | void | ||
IndexOfEndOfLine | int | ||
InitKeyActions | void | ||
MapKey | void | ||
PerformOperation | bool | ||
ReplaceNewlinesWithSpaces | string | ||
UpdateScrollOffset | void | ||
isLetterLikeChar | bool |
Method | Description | |
---|---|---|
Backspace ( ) : bool | ||
CanPaste ( ) : bool | ||
Copy ( ) : void | ||
Cut ( ) : bool | ||
DblClickSnap ( DblClickSnapping snapping ) : void | ||
Delete ( ) : bool | ||
DeleteLineBack ( ) : bool | ||
DeleteSelection ( ) : bool | ||
DeleteWordBack ( ) : bool | ||
DeleteWordForward ( ) : bool | ||
DetectFocusChange ( ) : void | ||
DrawCursor ( string newText ) : void | ||
ExpandSelectGraphicalLineEnd ( ) : void | ||
ExpandSelectGraphicalLineStart ( ) : void | ||
FindStartOfNextWord ( int p ) : int | ||
HandleKeyEvent ( |
||
Insert ( char c ) : void | ||
IsOverSelection ( Vector2 cursorPosition ) : bool | ||
MouseDragSelectsWholeWords ( bool on ) : void | ||
MoveAltCursorToPosition ( Vector2 cursorPosition ) : void | ||
MoveCursorToPosition ( Vector2 cursorPosition ) : void | ||
MoveDown ( ) : void | ||
MoveGraphicalLineEnd ( ) : void | ||
MoveGraphicalLineStart ( ) : void | ||
MoveLeft ( ) : void | ||
MoveLineEnd ( ) : void | ||
MoveLineStart ( ) : void | ||
MoveParagraphBackward ( ) : void | ||
MoveParagraphForward ( ) : void | ||
MoveRight ( ) : void | ||
MoveSelectionToAltCursor ( ) : void | ||
MoveTextEnd ( ) : void | ||
MoveTextStart ( ) : void | ||
MoveToEndOfPreviousWord ( ) : void | ||
MoveToStartOfNextWord ( ) : void | ||
MoveUp ( ) : void | ||
MoveWordLeft ( ) : void | ||
MoveWordRight ( ) : void | ||
OnFocus ( ) : void | ||
OnLostFocus ( ) : void | ||
Paste ( ) : bool | ||
ReplaceSelection ( string replace ) : void | ||
SaveBackup ( ) : void | ||
SelectAll ( ) : void | ||
SelectCurrentParagraph ( ) : void | ||
SelectCurrentWord ( ) : void | ||
SelectDown ( ) : void | ||
SelectGraphicalLineEnd ( ) : void | ||
SelectGraphicalLineStart ( ) : void | ||
SelectLeft ( ) : void | ||
SelectNone ( ) : void | ||
SelectParagraphBackward ( ) : void | ||
SelectParagraphForward ( ) : void | ||
SelectRight ( ) : void | ||
SelectTextEnd ( ) : void | ||
SelectTextStart ( ) : void | ||
SelectToEndOfPreviousWord ( ) : void | ||
SelectToPosition ( Vector2 cursorPosition ) : void | ||
SelectToStartOfNextWord ( ) : void | ||
SelectUp ( ) : void | ||
SelectWordLeft ( ) : void | ||
SelectWordRight ( ) : void | ||
Undo ( ) : void | ||
UpdateScrollOffsetIfNeeded ( |
Method | Description | |
---|---|---|
ClampTextIndex ( int &index ) : void | ||
ClassifyChar ( char c ) : CharacterType | ||
ClearCursorPos ( ) : void | ||
FindEndOfClassification ( int p, int dir ) : int | ||
FindEndOfPreviousWord ( int p ) : int | ||
FindNextSeperator ( int startPos ) : int | ||
FindPrevSeperator ( int startPos ) : int | ||
GetGraphicalLineEnd ( int p ) : int | ||
GetGraphicalLineStart ( int p ) : int | ||
GrabGraphicalCursorPos ( ) : void | ||
IndexOfEndOfLine ( int startIndex ) : int | ||
InitKeyActions ( ) : void | ||
MapKey ( string key, TextEditOp action ) : void | ||
PerformOperation ( TextEditOp operation ) : bool | ||
ReplaceNewlinesWithSpaces ( string value ) : string | ||
UpdateScrollOffset ( ) : void | ||
isLetterLikeChar ( char c ) : bool |
public DblClickSnap ( DblClickSnapping snapping ) : void | ||
snapping | DblClickSnapping | |
return | void |
public ExpandSelectGraphicalLineEnd ( ) : void | ||
return | void |
public ExpandSelectGraphicalLineStart ( ) : void | ||
return | void |
public IsOverSelection ( Vector2 cursorPosition ) : bool | ||
cursorPosition | Vector2 | |
return | bool |
public MouseDragSelectsWholeWords ( bool on ) : void | ||
on | bool | |
return | void |
public MoveAltCursorToPosition ( Vector2 cursorPosition ) : void | ||
cursorPosition | Vector2 | |
return | void |
public MoveCursorToPosition ( Vector2 cursorPosition ) : void | ||
cursorPosition | Vector2 | |
return | void |
public ReplaceSelection ( string replace ) : void | ||
replace | string | |
return | void |
public SelectToPosition ( Vector2 cursorPosition ) : void | ||
cursorPosition | Vector2 | |
return | void |
public UpdateScrollOffsetIfNeeded ( |
||
evt | ||
return | void |
public TouchScreenKeyboard,UnityEngine keyboardOnScreen | ||
return |