AR_Engine_SDK
Functions | Variables
XUIPanel.lua File Reference
类 XUIPanel 继承关系图:
Inheritance graph

Functions

function XUIPanel Create () end
 
function XUIPanel GetRenderOrder () end
 
function XUIPanel SetRenderOrder (order) end
 
function XUIPanel GetTypeID () end
 
function XUIPanel Tick (fDelta) end
 
function XUIPanel SetAutoBatchChildren (xelua_var_10) end
 
function XUIPanel GetAutoBatchChildren () end
 
function XUIPanel SetVisible (bVisible) end
 
function XUIPanel Activate () end
 
function XUIPanel DeActivate () end
 

Variables

 XUIPanel = {}
 

Function Documentation

◆ Activate()

function XUIPanel Activate ( )

激活当前场景

Returns
void

◆ Create()

function XUIPanel Create ( )

XUIPanel_Create00

Returns
XUIPanel

◆ DeActivate()

function XUIPanel DeActivate ( )

设置当前场景为非激活态

Returns
void

◆ GetAutoBatchChildren()

function XUIPanel GetAutoBatchChildren ( )

XUIPanel_GetAutoBatchChildren00

Returns
boolean

◆ GetRenderOrder()

function XUIPanel GetRenderOrder ( )

设置、获取渲染顺序 值越小越靠前

Returns
number

◆ GetTypeID()

function XUIPanel GetTypeID ( )

获取节点类型id,并返回

Returns
number

◆ SetAutoBatchChildren()

function XUIPanel SetAutoBatchChildren ( xelua_var_10  )

XUIPanel_SetAutoBatchChildren00

Parameters
xelua_var_10boolean
Returns
void

◆ SetRenderOrder()

function XUIPanel SetRenderOrder ( order  )

XUIPanel_SetRenderOrder00

Parameters
ordernumber
Returns
void

◆ SetVisible()

function XUIPanel SetVisible ( bVisible  )

设置节点是否可见。默认值是true,一个节点默认是可见的

Parameters
bVisibleboolean true,如果节点是可见的,false,如果节点是隐藏的
Returns
void

◆ Tick()

function XUIPanel Tick ( fDelta  )

每一帧被调用的函数,不应当被手动调用。

Parameters
fDeltanumber 与上一帧Tick函数的间隔时间。
Returns
void

Variable Documentation

◆ XUIPanel

XUIPanel = {}