AR_Engine_SDK
|
#include <XUIComponent.h>
函数 | |
function XUIComponent | Create (pNode) end |
function XUIComponent | Create () end |
function XUIComponent | Clone () end |
function XUIComponent | GetTypeName () end |
function XUIComponent | IsEnabled () end |
function XUIComponent | SetEnabled (enabled) end |
function XUIComponent | GetName () end |
function XUIComponent | SetName (name) end |
function XUIComponent | GetOwner () end |
function XUIComponent | SetOwner (owner) end |
function XUIComponent | IsOnlyOnePerNode () end |
function XUIComponent | GetIndex () end |
function XUIComponent | ChangeIndex (nNewIndex) end |
function XUIComponent | OnEnter () end |
function XUIComponent | OnExit () end |
function XUIComponent | OnAdd () end |
function XUIComponent | OnRemove (release) end |
function XUIComponent | FirstTick (delta) end |
function XUIComponent | Tick (delta) end |
function XUIComponent | Visit (matParentTransform, updateTransformFlags) end |
function XUIComponent | GetTypeID () end |
变量 | |
XUIComponent = {} | |
function XUIComponent ChangeIndex | ( | nNewIndex | ) |
XUIComponent_ChangeIndex00
nNewIndex | number |
function XUIComponent Clone | ( | ) |
克隆动作
function XUIComponent Create | ( | ) |
XUIComponent_Create01
function XUIComponent Create | ( | pNode | ) |
function XUIComponent FirstTick | ( | delta | ) |
XUIComponent_FirstTick00
delta | number |
function XUIComponent GetIndex | ( | ) |
XUIComponent_GetIndex00
function XUIComponent GetName | ( | ) |
获取组件名称
function XUIComponent GetOwner | ( | ) |
获取该组件控制的控件实例
function XUIComponent GetTypeID | ( | ) |
XUIComponent_GetTypeID00
function XUIComponent GetTypeName | ( | ) |
获取当前组件的类型,默认是UIComponent
function XUIComponent IsEnabled | ( | ) |
组件是否有效
function XUIComponent IsOnlyOnePerNode | ( | ) |
XUIComponent_IsOnlyOnePerNode00
function XUIComponent OnAdd | ( | ) |
XUIComponent_OnAdd00
function XUIComponent OnEnter | ( | ) |
XUIComponent_OnEnter00
function XUIComponent OnExit | ( | ) |
XUIComponent_OnExit00
function XUIComponent OnRemove | ( | release | ) |
XUIComponent_OnRemove00
release | boolean |
function XUIComponent SetEnabled | ( | enabled | ) |
XUIComponent_SetEnabled00
enabled | boolean |
function XUIComponent SetName | ( | name | ) |
XUIComponent_SetName00
name | string |
function XUIComponent SetOwner | ( | owner | ) |
function XUIComponent Tick | ( | delta | ) |
XUIComponent_Tick00
delta | number |
function XUIComponent Visit | ( | matParentTransform | , |
updateTransformFlags | |||
) |
XUIComponent = {} |