AR_Engine_SDK
|
Functions | |
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 |
Variables | |
XUIComponent = {} | |
function XUIComponent Clone | ( | ) |
克隆动作
function XUIComponent Create | ( | pNode | ) |
function XUIComponent Create | ( | ) |
XUIComponent_Create01
function XUIComponent GetName | ( | ) |
获取组件名称
function XUIComponent GetOwner | ( | ) |
获取该组件控制的控件实例
function XEFilterThinFace GetTypeName | ( | ) |
获取当前组件的类型,默认是UIComponent
StandbyAnimation_GetTypeName00
FaceExpression_GetTypeName00
GestureExpression_GetTypeName00
SpinchToScale_GetTypeName00
PressToDrag_GetTypeName00
TapToPlace_GetTypeName00
TapToPlay_GetTypeName00
XEImg2DScreenSequenceFrameActor_GetTypeName00
XEFilterThinFace_GetTypeName00
function XUIComponent IsEnabled | ( | ) |
组件是否有效
function XUIComponent SetEnabled | ( | enabled | ) |
XUIComponent_SetEnabled00
enabled | boolean |
function XUIComponent SetName | ( | name | ) |
XUIComponent_SetName00
name | string |
function XUIComponent SetOwner | ( | owner | ) |
XUIComponent = {} |