terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
UnityEngine.TouchScreenKeyboard Class Reference

Public Types

enum  Status { Visible , Done , Canceled , LostFocus }
 

Public Member Functions

 TouchScreenKeyboard (string text, TouchScreenKeyboardType keyboardType, bool autocorrection, bool multiline, bool secure, bool alert, string textPlaceholder, int characterLimit)
 

Static Public Member Functions

static TouchScreenKeyboard Open (string text, [DefaultValue("TouchScreenKeyboardType.Default")] TouchScreenKeyboardType keyboardType, [DefaultValue("true")] bool autocorrection, [DefaultValue("false")] bool multiline, [DefaultValue("false")] bool secure, [DefaultValue("false")] bool alert, [DefaultValue("\"\"")] string textPlaceholder, [DefaultValue("0")] int characterLimit)
 

Protected Member Functions

override void Finalize ()
 

Package Attributes

IntPtr m_Ptr
 

Properties

static bool isSupported [get]
 
static bool disableInPlaceEditing [get]
 
static bool isInPlaceEditingAllowed [get]
 
string text [get, set]
 
static bool hideInput [set]
 
bool active [get, set]
 
TouchScreenKeyboard.Status status [get]
 
int characterLimit [set]
 
bool canGetSelection [get]
 
bool canSetSelection [get]
 
RangeInt selection [get, set]
 

Private Member Functions

void Destroy ()
 

Static Private Member Functions

static void Internal_Destroy (IntPtr ptr)
 
static IntPtr TouchScreenKeyboard_InternalConstructorHelper (TouchScreenKeyboard_InternalConstructorHelperArguments arguments, string text, string textPlaceholder)
 
static bool IsInPlaceEditingAllowed ()
 
static void GetSelection ([Out] int start, [Out] int length)
 
static void SetSelection (int start, int length)
 

Static Private Attributes

static bool< disableInPlaceEditingk__BackingField
 

Detailed Description

Definition at line 15 of file TouchScreenKeyboard.cs.


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