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

#include <X2DPrismaticJointComponent.h>

类 X2DPrismaticJointComponent 继承关系图:
Inheritance graph

函数

function X2DPrismaticJointComponent Create (pNode) end
 
function X2DPrismaticJointComponent SetLocalAxisA (xelua_var_45) end
 
function X2DPrismaticJointComponent SetReferenceAngle (xelua_var_46) end
 
function X2DPrismaticJointComponent SetLowerTranslation (xelua_var_47) end
 
function X2DPrismaticJointComponent SetUpperTranslation (xelua_var_48) end
 
function X2DPrismaticJointComponent SetMotorSpeed (xelua_var_49) end
 
function X2DPrismaticJointComponent SetMaxMotorForce (xelua_var_50) end
 
function X2DPrismaticJointComponent EnableLimit (xelua_var_51) end
 
function X2DPrismaticJointComponent EnableMotor (xelua_var_52) end
 
function X2DPrismaticJointComponent GetLocalAxisA () end
 
function X2DPrismaticJointComponent GetReferenceAngle () end
 
function X2DPrismaticJointComponent GetLowerTranslation () end
 
function X2DPrismaticJointComponent GetUpperTranslation () end
 
function X2DPrismaticJointComponent GetMotorSpeed () end
 
function X2DPrismaticJointComponent GetMaxMotorForce () end
 
function X2DPrismaticJointComponent IsEnableLimit () end
 
function X2DPrismaticJointComponent IsEnableMotor () end
 

变量

 X2DPrismaticJointComponent = {}
 

函数说明

◆ Create()

function X2DPrismaticJointComponent Create ( pNode  )

创建一个X2DPrismaticJointComponent碰撞组件

参数
pNodeXUINode 目标节点
返回
X2DPrismaticJointComponent 创建出的X2DPrismaticJointComponent组件

◆ EnableLimit()

function X2DPrismaticJointComponent EnableLimit ( xelua_var_51  )

是否开启限制

参数
xelua_var_51boolean
返回
X2DPrismaticJointComponent

◆ EnableMotor()

function X2DPrismaticJointComponent EnableMotor ( xelua_var_52  )

开启关节马达(线速度

参数
xelua_var_52boolean
返回
X2DPrismaticJointComponent

◆ GetLocalAxisA()

function X2DPrismaticJointComponent GetLocalAxisA ( )

移动轴向

返回
XVECTOR2

◆ GetLowerTranslation()

function X2DPrismaticJointComponent GetLowerTranslation ( )

最小移动距离限制

返回
number

◆ GetMaxMotorForce()

function X2DPrismaticJointComponent GetMaxMotorForce ( )

可以施加到刚体的最大力。

返回
number

◆ GetMotorSpeed()

function X2DPrismaticJointComponent GetMotorSpeed ( )

期望的马达速度。

返回
number

◆ GetReferenceAngle()

function X2DPrismaticJointComponent GetReferenceAngle ( )

A与B的相对角度

返回
number

◆ GetUpperTranslation()

function X2DPrismaticJointComponent GetUpperTranslation ( )

最大移动距离限制

返回
number

◆ IsEnableLimit()

function X2DPrismaticJointComponent IsEnableLimit ( )

是否开启限制

返回
boolean

◆ IsEnableMotor()

function X2DPrismaticJointComponent IsEnableMotor ( )

开启关节马达(线速度

返回
boolean

◆ SetLocalAxisA()

function X2DPrismaticJointComponent SetLocalAxisA ( xelua_var_45  )

移动轴向

参数
xelua_var_45XVECTOR2
返回
X2DPrismaticJointComponent

◆ SetLowerTranslation()

function X2DPrismaticJointComponent SetLowerTranslation ( xelua_var_47  )

最小移动距离限制

参数
xelua_var_47number
返回
X2DPrismaticJointComponent

◆ SetMaxMotorForce()

function X2DPrismaticJointComponent SetMaxMotorForce ( xelua_var_50  )

可以施加到刚体的最大力。

参数
xelua_var_50number
返回
X2DPrismaticJointComponent

◆ SetMotorSpeed()

function X2DPrismaticJointComponent SetMotorSpeed ( xelua_var_49  )

期望的马达速度。

参数
xelua_var_49number
返回
X2DPrismaticJointComponent

◆ SetReferenceAngle()

function X2DPrismaticJointComponent SetReferenceAngle ( xelua_var_46  )

A与B的相对角度

参数
xelua_var_46number
返回
X2DPrismaticJointComponent

◆ SetUpperTranslation()

function X2DPrismaticJointComponent SetUpperTranslation ( xelua_var_48  )

最大移动距离限制

参数
xelua_var_48number
返回
X2DPrismaticJointComponent

变量说明

◆ X2DPrismaticJointComponent