Tanoda
WebGLSupport.IInputField Interface Reference
Inheritance diagram for WebGLSupport.IInputField:
WebGLSupport.WrappedInputField

Public Member Functions

RectTransform RectTransform ()
 
void ActivateInputField ()
 
void DeactivateInputField ()
 
void Rebuild ()
 

Properties

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

Definition at line 25 of file IInputField.cs.

Member Function Documentation

◆ ActivateInputField()

void WebGLSupport.IInputField.ActivateInputField ( )

◆ DeactivateInputField()

void WebGLSupport.IInputField.DeactivateInputField ( )

◆ Rebuild()

void WebGLSupport.IInputField.Rebuild ( )

◆ RectTransform()

RectTransform WebGLSupport.IInputField.RectTransform ( )

Property Documentation

◆ caretPosition

int WebGLSupport.IInputField.caretPosition
get

Implemented in WebGLSupport.WrappedInputField.

Definition at line 33 of file IInputField.cs.

◆ characterLimit

int WebGLSupport.IInputField.characterLimit
get

Implemented in WebGLSupport.WrappedInputField.

Definition at line 32 of file IInputField.cs.

◆ contentType

ContentType WebGLSupport.IInputField.contentType
get

Implemented in WebGLSupport.WrappedInputField.

Definition at line 27 of file IInputField.cs.

◆ fontSize

int WebGLSupport.IInputField.fontSize
get

Implemented in WebGLSupport.WrappedInputField.

Definition at line 29 of file IInputField.cs.

◆ isFocused

bool WebGLSupport.IInputField.isFocused
get

Implemented in WebGLSupport.WrappedInputField.

Definition at line 34 of file IInputField.cs.

◆ lineType

LineType WebGLSupport.IInputField.lineType
get

Implemented in WebGLSupport.WrappedInputField.

Definition at line 28 of file IInputField.cs.

◆ OnFocusSelectAll

bool WebGLSupport.IInputField.OnFocusSelectAll
get

Implemented in WebGLSupport.WrappedInputField.

Definition at line 38 of file IInputField.cs.

◆ placeholder

string WebGLSupport.IInputField.placeholder
get

Implemented in WebGLSupport.WrappedInputField.

Definition at line 31 of file IInputField.cs.

◆ ReadOnly

bool WebGLSupport.IInputField.ReadOnly
get

Implemented in WebGLSupport.WrappedInputField.

Definition at line 37 of file IInputField.cs.

◆ selectionAnchorPosition

int WebGLSupport.IInputField.selectionAnchorPosition
getset

Implemented in WebGLSupport.WrappedInputField.

Definition at line 36 of file IInputField.cs.

◆ selectionFocusPosition

int WebGLSupport.IInputField.selectionFocusPosition
getset

Implemented in WebGLSupport.WrappedInputField.

Definition at line 35 of file IInputField.cs.

◆ text

string WebGLSupport.IInputField.text
getset

Implemented in WebGLSupport.WrappedInputField.

Definition at line 30 of file IInputField.cs.


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