terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
UnityEngine.TextEditor Class Reference
+ Collaboration diagram for UnityEngine.TextEditor:

Public Types

enum  DblClickSnapping : byte { WORDS , PARAGRAPHS }
 

Public Member Functions

 TextEditor ()
 

Public Attributes

TouchScreenKeyboard keyboardOnScreen
 
int controlID
 
GUIStyle style
 
bool multiline
 
bool hasHorizontalCursorPos
 
bool isPasswordField
 
Vector2 scrollOffset
 

Private Attributes

GUIContent m_Content
 
int m_CursorIndex
 
int m_SelectIndex
 
bool m_RevealCursor
 
bool m_MouseDragSelectsWholeWords
 
int m_DblClickInitPos
 
TextEditor.DblClickSnapping m_DblClickSnap
 
bool m_bJustSelected
 
int m_iAltCursorPos
 

Detailed Description

Definition at line 9 of file TextEditor.cs.


The documentation for this class was generated from the following file: