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

#include <X2DJointComponent.h>

类 X2DJointComponent 继承关系图:
Inheritance graph

函数

function X2DJointComponent Create (pNode) end
 
function X2DJointComponent SetAnchor (xelua_var_33) end
 
function X2DJointComponent SetConnectedAnchor (xelua_var_34) end
 
function X2DJointComponent GetAnchor () end
 
function X2DJointComponent GetConnectedAnchor () end
 
function X2DJointComponent SetConnectedBody (xelua_var_35) end
 
function X2DJointComponent GetConnectedBody () end
 
function X2DJointComponent SetCollideConnected (xelua_var_36) end
 
function X2DJointComponent IsCollideConnected () end
 
function X2DJointComponent GetReactionForce (dt) end
 
function X2DJointComponent GetReactionTorque (dt) end
 
function X2DJointComponent GetJointType () end
 
function X2DJointComponent Apply () end
 

变量

 X2DJointComponent = {}
 

函数说明

◆ Apply()

function X2DJointComponent Apply ( )

X2DJointComponent_Apply00

返回
void

◆ Create()

function X2DJointComponent Create ( pNode  )

һX2DJointComponentײ

参数
pNodeXUINode Ŀڵ
返回
X2DJointComponent X2DJointComponent

◆ GetAnchor()

function X2DJointComponent GetAnchor ( )

ê㡣

返回
XVECTOR2

◆ GetConnectedAnchor()

function X2DJointComponent GetConnectedAnchor ( )

ؽһ˸ê㡣

返回
XVECTOR2

◆ GetConnectedBody()

function X2DJointComponent GetConnectedBody ( )

ؽһӵĸ

返回
X2DRigidBodyComponent

◆ GetJointType()

function X2DJointComponent GetJointType ( )

X2DJointComponent_GetJointType00

返回
number

◆ GetReactionForce()

function X2DJointComponent GetReactionForce ( dt  )

ȡؽڵķ

参数
dtnumber
返回
XVECTOR2

◆ GetReactionTorque()

function X2DJointComponent GetReactionTorque ( dt  )

ȡؽڵķŤء

参数
dtnumber
返回
number

◆ IsCollideConnected()

function X2DJointComponent IsCollideConnected ( )

ؽһӵĸ ӵؽϵǷӦ໥ײ

返回
boolean

◆ SetAnchor()

function X2DJointComponent SetAnchor ( xelua_var_33  )

X2DJointComponent_SetAnchor00

参数
xelua_var_33XVECTOR2
返回
X2DJointComponent

◆ SetCollideConnected()

function X2DJointComponent SetCollideConnected ( xelua_var_36  )

X2DJointComponent_SetCollideConnected00

参数
xelua_var_36boolean
返回
X2DJointComponent

◆ SetConnectedAnchor()

function X2DJointComponent SetConnectedAnchor ( xelua_var_34  )

X2DJointComponent_SetConnectedAnchor00

参数
xelua_var_34XVECTOR2
返回
X2DJointComponent

◆ SetConnectedBody()

function X2DJointComponent SetConnectedBody ( xelua_var_35  )

X2DJointComponent_SetConnectedBody00

参数
xelua_var_35X2DRigidBodyComponent
返回
X2DJointComponent

变量说明

◆ X2DJointComponent