Tanoda
WebGLSupport.WrappedInputField Class Reference

Wrapper for UnityEngine.UI.InputField More...

Inheritance diagram for WebGLSupport.WrappedInputField:
WebGLSupport.IInputField

Public Member Functions

 WrappedInputField (InputField input)
 
RectTransform RectTransform ()
 
void ActivateInputField ()
 
void DeactivateInputField ()
 
void Rebuild ()
 
RectTransform RectTransform ()
 
void ActivateInputField ()
 
void DeactivateInputField ()
 
void Rebuild ()
 

Properties

bool ReadOnly [get]
 
string text [get, set]
 
string placeholder [get]
 
int fontSize [get]
 
ContentType contentType [get]
 
LineType lineType [get]
 
int characterLimit [get]
 
int caretPosition [get]
 
bool isFocused [get]
 
int selectionFocusPosition [get, set]
 
int selectionAnchorPosition [get, set]
 
bool OnFocusSelectAll [get]
 
- Properties inherited from WebGLSupport.IInputField
ContentType contentType [get]
 
LineType lineType [get]
 
int fontSize [get]
 
string text [get, set]
 
string placeholder [get]
 
int characterLimit [get]
 
int caretPosition [get]
 
bool isFocused [get]
 
int selectionFocusPosition [get, set]
 
int selectionAnchorPosition [get, set]
 
bool ReadOnly [get]
 
bool OnFocusSelectAll [get]
 

Detailed Description

Wrapper for UnityEngine.UI.InputField

Definition at line 10 of file WrappedInputField.cs.

Constructor & Destructor Documentation

◆ WrappedInputField()

WebGLSupport.WrappedInputField.WrappedInputField ( InputField  input)

Definition at line 80 of file WrappedInputField.cs.

Member Function Documentation

◆ ActivateInputField()

void WebGLSupport.WrappedInputField.ActivateInputField ( )

Implements WebGLSupport.IInputField.

Definition at line 91 of file WrappedInputField.cs.

◆ DeactivateInputField()

void WebGLSupport.WrappedInputField.DeactivateInputField ( )

Implements WebGLSupport.IInputField.

Definition at line 96 of file WrappedInputField.cs.

◆ Rebuild()

void WebGLSupport.WrappedInputField.Rebuild ( )

Implements WebGLSupport.IInputField.

Definition at line 101 of file WrappedInputField.cs.

◆ RectTransform()

RectTransform WebGLSupport.WrappedInputField.RectTransform ( )

Implements WebGLSupport.IInputField.

Definition at line 86 of file WrappedInputField.cs.

Property Documentation

◆ caretPosition

int WebGLSupport.WrappedInputField.caretPosition
get

Implements WebGLSupport.IInputField.

Definition at line 53 of file WrappedInputField.cs.

◆ characterLimit

int WebGLSupport.WrappedInputField.characterLimit
get

Implements WebGLSupport.IInputField.

Definition at line 48 of file WrappedInputField.cs.

◆ contentType

ContentType WebGLSupport.WrappedInputField.contentType
get

Implements WebGLSupport.IInputField.

Definition at line 38 of file WrappedInputField.cs.

◆ fontSize

int WebGLSupport.WrappedInputField.fontSize
get

Implements WebGLSupport.IInputField.

Definition at line 33 of file WrappedInputField.cs.

◆ isFocused

bool WebGLSupport.WrappedInputField.isFocused
get

Implements WebGLSupport.IInputField.

Definition at line 58 of file WrappedInputField.cs.

◆ lineType

LineType WebGLSupport.WrappedInputField.lineType
get

Implements WebGLSupport.IInputField.

Definition at line 43 of file WrappedInputField.cs.

◆ OnFocusSelectAll

bool WebGLSupport.WrappedInputField.OnFocusSelectAll
get

Implements WebGLSupport.IInputField.

Definition at line 75 of file WrappedInputField.cs.

◆ placeholder

string WebGLSupport.WrappedInputField.placeholder
get

Implements WebGLSupport.IInputField.

Definition at line 23 of file WrappedInputField.cs.

◆ ReadOnly

bool WebGLSupport.WrappedInputField.ReadOnly
get

Implements WebGLSupport.IInputField.

Definition at line 15 of file WrappedInputField.cs.

◆ selectionAnchorPosition

int WebGLSupport.WrappedInputField.selectionAnchorPosition
getset

Implements WebGLSupport.IInputField.

Definition at line 69 of file WrappedInputField.cs.

◆ selectionFocusPosition

int WebGLSupport.WrappedInputField.selectionFocusPosition
getset

Implements WebGLSupport.IInputField.

Definition at line 63 of file WrappedInputField.cs.

◆ text

string WebGLSupport.WrappedInputField.text
getset

Implements WebGLSupport.IInputField.

Definition at line 17 of file WrappedInputField.cs.


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