C# Class UnityEngine_UI_LoopScrollRectWrap, UnityHello

Show file Open project: woshihuo12/UnityHello Class Usage Examples

Public Methods

Method Description
Register ( LuaState L ) : void

Private Methods

Method Description
CalculateLayoutInputHorizontal ( IntPtr L ) : int
CalculateLayoutInputVertical ( IntPtr L ) : int
ClearCells ( IntPtr L ) : int
GraphicUpdateComplete ( IntPtr L ) : int
Init ( IntPtr L ) : int
IsActive ( IntPtr L ) : int
LayoutComplete ( IntPtr L ) : int
OnBeginDrag ( IntPtr L ) : int
OnDrag ( IntPtr L ) : int
OnEndDrag ( IntPtr L ) : int
OnInitializePotentialDrag ( IntPtr L ) : int
OnScroll ( IntPtr L ) : int
Rebuild ( IntPtr L ) : int
RefillCells ( IntPtr L ) : int
SetLayoutHorizontal ( IntPtr L ) : int
SetLayoutVertical ( IntPtr L ) : int
StopMovement ( IntPtr L ) : int
get_CellPrefabName ( IntPtr L ) : int
get_InitInStart ( IntPtr L ) : int
get_ReverseDirection ( IntPtr L ) : int
get_Threshold ( IntPtr L ) : int
get_TotalCount ( IntPtr L ) : int
get_content ( IntPtr L ) : int
get_decelerationRate ( IntPtr L ) : int
get_elasticity ( IntPtr L ) : int
get_flexibleHeight ( IntPtr L ) : int
get_flexibleWidth ( IntPtr L ) : int
get_horizontal ( IntPtr L ) : int
get_horizontalNormalizedPosition ( IntPtr L ) : int
get_horizontalScrollbar ( IntPtr L ) : int
get_horizontalScrollbarSpacing ( IntPtr L ) : int
get_horizontalScrollbarVisibility ( IntPtr L ) : int
get_inertia ( IntPtr L ) : int
get_layoutPriority ( IntPtr L ) : int
get_mCellPerfabGo ( IntPtr L ) : int
get_minHeight ( IntPtr L ) : int
get_minWidth ( IntPtr L ) : int
get_movementType ( IntPtr L ) : int
get_normalizedPosition ( IntPtr L ) : int
get_onValueChanged ( IntPtr L ) : int
get_preferredHeight ( IntPtr L ) : int
get_preferredWidth ( IntPtr L ) : int
get_scrollSensitivity ( IntPtr L ) : int
get_velocity ( IntPtr L ) : int
get_vertical ( IntPtr L ) : int
get_verticalNormalizedPosition ( IntPtr L ) : int
get_verticalScrollbar ( IntPtr L ) : int
get_verticalScrollbarSpacing ( IntPtr L ) : int
get_verticalScrollbarVisibility ( IntPtr L ) : int
get_viewport ( IntPtr L ) : int
op_Equality ( IntPtr L ) : int
set_CellPrefabName ( IntPtr L ) : int
set_InitInStart ( IntPtr L ) : int
set_ReverseDirection ( IntPtr L ) : int
set_Threshold ( IntPtr L ) : int
set_TotalCount ( IntPtr L ) : int
set_content ( IntPtr L ) : int
set_decelerationRate ( IntPtr L ) : int
set_elasticity ( IntPtr L ) : int
set_horizontal ( IntPtr L ) : int
set_horizontalNormalizedPosition ( IntPtr L ) : int
set_horizontalScrollbar ( IntPtr L ) : int
set_horizontalScrollbarSpacing ( IntPtr L ) : int
set_horizontalScrollbarVisibility ( IntPtr L ) : int
set_inertia ( IntPtr L ) : int
set_mCellPerfabGo ( IntPtr L ) : int
set_movementType ( IntPtr L ) : int
set_normalizedPosition ( IntPtr L ) : int
set_onValueChanged ( IntPtr L ) : int
set_scrollSensitivity ( IntPtr L ) : int
set_velocity ( IntPtr L ) : int
set_vertical ( IntPtr L ) : int
set_verticalNormalizedPosition ( IntPtr L ) : int
set_verticalScrollbar ( IntPtr L ) : int
set_verticalScrollbarSpacing ( IntPtr L ) : int
set_verticalScrollbarVisibility ( IntPtr L ) : int
set_viewport ( IntPtr L ) : int

Method Details

Register() public static method

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