AR_Engine_SDK
载入中...
搜索中...
未找到
函数 | 变量
XUIMaskComponent.lua 文件参考

#include <XUIMaskComponent.h>

类 XUIMaskComponent 继承关系图:
Inheritance graph

函数

function XUIMaskComponent Create (pNode) end
 
function XUIMaskComponent Create () end
 
function XUIMaskComponent GetCheckMaskPerFrame () end
 
function XUIMaskComponent SetCheckMaskPerFrame (check) end
 

变量

 XUIMaskComponent = {}
 

函数说明

◆ Create() [1/2]

function XUIMaskComponent Create ( )

XUIMaskComponent_Create01

返回
XUIMaskComponent

◆ Create() [2/2]

function XUIMaskComponent Create ( pNode  )

创建一个XUIMaskComponent对齐组件

参数
pNodeXUINode 目标节点
返回
XUIMaskComponent 创建出的XUIMaskComponent组件

◆ GetCheckMaskPerFrame()

function XUIMaskComponent GetCheckMaskPerFrame ( )

XUIMaskComponent_GetCheckMaskPerFrame00

返回
boolean

◆ SetCheckMaskPerFrame()

function XUIMaskComponent SetCheckMaskPerFrame ( check  )

XUIMaskComponent_SetCheckMaskPerFrame00

参数
checkboolean
返回
void

变量说明

◆ XUIMaskComponent