AR_Engine_SDK
|
#include <X2DPrismaticJointComponent.h>
变量 | |
X2DPrismaticJointComponent = {} | |
function X2DPrismaticJointComponent Create | ( | pNode | ) |
创建一个X2DPrismaticJointComponent碰撞组件
pNode | XUINode 目标节点 |
function X2DPrismaticJointComponent EnableLimit | ( | xelua_var_51 | ) |
function X2DPrismaticJointComponent EnableMotor | ( | xelua_var_52 | ) |
function X2DPrismaticJointComponent GetLocalAxisA | ( | ) |
移动轴向
function X2DPrismaticJointComponent GetLowerTranslation | ( | ) |
最小移动距离限制
function X2DPrismaticJointComponent GetMaxMotorForce | ( | ) |
可以施加到刚体的最大力。
function X2DPrismaticJointComponent GetMotorSpeed | ( | ) |
期望的马达速度。
function X2DPrismaticJointComponent GetReferenceAngle | ( | ) |
A与B的相对角度
function X2DPrismaticJointComponent GetUpperTranslation | ( | ) |
最大移动距离限制
function X2DPrismaticJointComponent IsEnableLimit | ( | ) |
是否开启限制
function X2DPrismaticJointComponent IsEnableMotor | ( | ) |
开启关节马达(线速度
function X2DPrismaticJointComponent SetLocalAxisA | ( | xelua_var_45 | ) |
function X2DPrismaticJointComponent SetLowerTranslation | ( | xelua_var_47 | ) |
function X2DPrismaticJointComponent SetMaxMotorForce | ( | xelua_var_50 | ) |
function X2DPrismaticJointComponent SetMotorSpeed | ( | xelua_var_49 | ) |
function X2DPrismaticJointComponent SetReferenceAngle | ( | xelua_var_46 | ) |
function X2DPrismaticJointComponent SetUpperTranslation | ( | xelua_var_48 | ) |