AR_Engine_SDK
|
#include <XUILayoutComponent.h>
function XUILayoutComponent AutoFitWidthOrHeight | ( | ) |
XUILayoutComponent_AutoFitWidthOrHeight00
function XUILayoutComponent Create | ( | ) |
XUILayoutComponent_Create01
function XUILayoutComponent Create | ( | pNode | ) |
function XUILayoutComponent DoLayout | ( | ) |
XUILayoutComponent_DoLayout00
function XUILayoutComponent EnableAutoLayout | ( | xelua_var_19 | ) |
XUILayoutComponent_EnableAutoLayout00
xelua_var_19 | boolean |
function XUILayoutComponent GetAxisDirection | ( | ) |
XUILayoutComponent_GetAxisDirection00
function XUILayoutComponent GetBaseLayoutSize | ( | ) |
XUILayoutComponent_GetBaseLayoutSize00
function XUILayoutComponent GetBottomPadding | ( | ) |
获取底部的空白填充
function XUILayoutComponent GetHorizontalAlignment | ( | ) |
XUILayoutComponent_GetHorizontalAlignment00
function XUILayoutComponent GetLayoutType | ( | ) |
获取布局类型
function XUILayoutComponent GetLeftPadding | ( | ) |
获取左侧的空白填充
function XUILayoutComponent GetLineIndent | ( | ) |
XUILayoutComponent_GetLineIndent00
function XUILayoutComponent GetResizeMode | ( | ) |
XUILayoutComponent_GetResizeMode00
function XUILayoutComponent GetRightPadding | ( | ) |
获取右侧的空白填充
function XUILayoutComponent GetSpaceX | ( | ) |
获取XUILayout中,两个控件之间的横向间隔
function XUILayoutComponent GetSpaceY | ( | ) |
获取XUILayout中,两个控件之间的纵向间隔
function XUILayoutComponent GetTopPadding | ( | ) |
获取顶部的空白填充
function XUILayoutComponent GetVerticalAlignment | ( | ) |
XUILayoutComponent_GetVerticalAlignment00
function XUILayoutComponent IsAutoLayout | ( | ) |
XUILayoutComponent_IsAutoLayout00
function XUILayoutComponent RequestDoLayout | ( | ) |
XUILayoutComponent_RequestDoLayout00
function XUILayoutComponent SetAxisDirection | ( | xelua_var_18 | ) |
设置网格模式主填充方向
xelua_var_18 | number |
function XUILayoutComponent SetBaseLayoutSize | ( | xelua_var_20 | ) |
function XUILayoutComponent SetBottomPadding | ( | fBottom | ) |
设置底部的空白填充
fBottom | number 底部填充大小 |
function XUILayoutComponent SetHorizontalAlignment | ( | h | ) |
XUILayoutComponent_SetHorizontalAlignment00
h | number |
function XUILayoutComponent SetLayoutType | ( | eType | ) |
改变布局类型
eType | number 布局类型 |
function XUILayoutComponent SetLeftPadding | ( | fLeft | ) |
设置左侧的空白填充
fLeft | number 左侧填充大小 |
function XUILayoutComponent SetLineIndent | ( | fIndent | ) |
XUILayoutComponent_SetLineIndent00
fIndent | number |
function XUILayoutComponent SetResizeMode | ( | xelua_var_17 | ) |
设置布局缩放模式
xelua_var_17 | number |
function XUILayoutComponent SetRightPadding | ( | fRight | ) |
设置右侧的空白填充
fRight | number 右侧填充大小 |
function XUILayoutComponent SetSpaceX | ( | fSpaceX | ) |
设置XUILayout中,两个控件之间的横向间隔
fSpaceX | number 间隔值(单位像素) |
function XUILayoutComponent SetSpaceY | ( | fSpaceY | ) |
设置XUILayout中,两个控件之间的纵向间隔
fSpaceY | number 间隔值(单位像素) |
function XUILayoutComponent SetTopPadding | ( | fTop | ) |
设置顶部的空白填充
fTop | number 顶部填充大小 |
function XUILayoutComponent SetVerticalAlignment | ( | h | ) |
XUILayoutComponent_SetVerticalAlignment00
h | number |
XUILayoutComponent HORIZONTAL = 0 |
XUILayoutComponent LT_ABSOLUTE = 0 |
XUILayoutComponent LT_GRID = 0 |
XUILayoutComponent LT_HORIZONTAL = 0 |
XUILayoutComponent LT_LH_CENTER = 0 |
XUILayoutComponent LT_LH_LEFT = 0 |
XUILayoutComponent LT_LH_RIGHT = 0 |
XUILayoutComponent LT_LV_BOTTOM = 0 |
XUILayoutComponent LT_LV_CENTER = 0 |
XUILayoutComponent LT_LV_TOP = 0 |
XUILayoutComponent LT_TREE = 0 |
XUILayoutComponent LT_VERTICAL = 0 |
XUILayoutComponent VERTICAL = 0 |
XUILayoutComponent XUI_CONTAINER = 0 |
XUILayoutComponent XUI_NONE = 0 |
XUILayoutComponent = {} |