C# Class UnityEngine_UI_InputFieldWrap, UnityHello

Exibir arquivo Open project: woshihuo12/UnityHello Class Usage Examples

Public Methods

Method Description
Register ( LuaState L ) : void

Private Methods

Method Description
ActivateInputField ( IntPtr L ) : int
DeactivateInputField ( IntPtr L ) : int
ForceLabelUpdate ( IntPtr L ) : int
GraphicUpdateComplete ( IntPtr L ) : int
LayoutComplete ( IntPtr L ) : int
MoveTextEnd ( IntPtr L ) : int
MoveTextStart ( IntPtr L ) : int
OnBeginDrag ( IntPtr L ) : int
OnDeselect ( IntPtr L ) : int
OnDrag ( IntPtr L ) : int
OnEndDrag ( IntPtr L ) : int
OnPointerClick ( IntPtr L ) : int
OnPointerDown ( IntPtr L ) : int
OnSelect ( IntPtr L ) : int
OnSubmit ( IntPtr L ) : int
OnUpdateSelected ( IntPtr L ) : int
ProcessEvent ( IntPtr L ) : int
Rebuild ( IntPtr L ) : int
UnityEngine_UI_InputField_OnValidateInput ( IntPtr L ) : int
get_asteriskChar ( IntPtr L ) : int
get_caretBlinkRate ( IntPtr L ) : int
get_caretColor ( IntPtr L ) : int
get_caretPosition ( IntPtr L ) : int
get_caretWidth ( IntPtr L ) : int
get_characterLimit ( IntPtr L ) : int
get_characterValidation ( IntPtr L ) : int
get_contentType ( IntPtr L ) : int
get_customCaretColor ( IntPtr L ) : int
get_inputType ( IntPtr L ) : int
get_isFocused ( IntPtr L ) : int
get_keyboardType ( IntPtr L ) : int
get_lineType ( IntPtr L ) : int
get_multiLine ( IntPtr L ) : int
get_onEndEdit ( IntPtr L ) : int
get_onValidateInput ( IntPtr L ) : int
get_onValueChanged ( IntPtr L ) : int
get_placeholder ( IntPtr L ) : int
get_readOnly ( IntPtr L ) : int
get_selectionAnchorPosition ( IntPtr L ) : int
get_selectionColor ( IntPtr L ) : int
get_selectionFocusPosition ( IntPtr L ) : int
get_shouldHideMobileInput ( IntPtr L ) : int
get_text ( IntPtr L ) : int
get_textComponent ( IntPtr L ) : int
get_wasCanceled ( IntPtr L ) : int
op_Equality ( IntPtr L ) : int
set_asteriskChar ( IntPtr L ) : int
set_caretBlinkRate ( IntPtr L ) : int
set_caretColor ( IntPtr L ) : int
set_caretPosition ( IntPtr L ) : int
set_caretWidth ( IntPtr L ) : int
set_characterLimit ( IntPtr L ) : int
set_characterValidation ( IntPtr L ) : int
set_contentType ( IntPtr L ) : int
set_customCaretColor ( IntPtr L ) : int
set_inputType ( IntPtr L ) : int
set_keyboardType ( IntPtr L ) : int
set_lineType ( IntPtr L ) : int
set_onEndEdit ( IntPtr L ) : int
set_onValidateInput ( IntPtr L ) : int
set_onValueChanged ( IntPtr L ) : int
set_placeholder ( IntPtr L ) : int
set_readOnly ( IntPtr L ) : int
set_selectionAnchorPosition ( IntPtr L ) : int
set_selectionColor ( IntPtr L ) : int
set_selectionFocusPosition ( IntPtr L ) : int
set_shouldHideMobileInput ( IntPtr L ) : int
set_text ( IntPtr L ) : int
set_textComponent ( IntPtr L ) : int

Method Details

Register() public static method

public static Register ( LuaState L ) : void
L LuaState
return void