AR_Engine_SDK
|
Functions | |
function XUIPanel | Create () end |
function XUIPanel | GetRenderOrder () end |
function XUIPanel | SetRenderOrder (order) end |
function XUIPanel | GetTypeID () end |
function XUIPanel | Tick (fDelta) end |
Variables | |
XUIPanel = {} | |
function XUIPanel GetRenderOrder | ( | ) |
设置、获取渲染顺序 值越小越靠前
function XUIPanel GetTypeID | ( | ) |
获取节点类型id,并返回
function XUIPanel SetRenderOrder | ( | order | ) |
XUIPanel_SetRenderOrder00
order | number |
function XUIPanel Tick | ( | fDelta | ) |
每一帧被调用的函数,不应当被手动调用。
fDelta | number 与上一帧Tick函数的间隔时间。 |
XUIPanel = {} |