AR_Engine_SDK
Functions | Variables
XEBindSocket.lua File Reference
类 XEBindSocket 继承关系图:
Inheritance graph

Functions

function XEBindSocket new () end
 @type number 静摩擦系数 More...
 
function XEBindSocket Release () end
 
function XEBindSocket GetXEBone () end
 
function XEBindSocket GetPreviewingAssetPath () end
 
function XEBindSocket GetPreviewingAssetType () end
 
function XEBindSocket GetPreviewingSeqAssetPath () end
 
function XEBindSocket GetPreviewingSeqAuto () end
 
function XEBindSocket GetPreviewingSeqLoop () end
 
function XEBindSocket GetPreviewingSeqInTurnsPlay () end
 
function XEBindSocket GetPreviewingSeqPlayRate () end
 
function XEBindSocket GetPhysicsAssetPath () end
 
function XEBindSocket GetPhysicsInfo () end
 
function XEBindSocket SetPreviewingAssetPath (strPath) end
 
function XEBindSocket SetPreviewingAssetType (strType) end
 
function XEBindSocket SetPreviewingSeqAssetPath (strPath) end
 
function XEBindSocket SetPreviewingSeqAuto (bAuto) end
 
function XEBindSocket SetPreviewingSeqLoop (bLoop) end
 
function XEBindSocket SetPreviewingSeqInTurnsPlay (bInTurnsPlay) end
 
function XEBindSocket SetPreviewingSeqPlayRate (fPlayRate) end
 
function XEBindSocket SetPhysicsAssetPath (strPath) end
 
function XEBindSocket GetSoftBoneAssetPath () end
 
function XEBindSocket SetSoftBoneAssetPath (strPath) end
 
function XEBindSocket SetPhysicsInfo (info) end
 
function XEBindSocket GetRelativeTransform () end
 
function XEBindSocket SetEnablePreviewing (bEnable) end
 
function XEBindSocket IsEnablePreviewing () end
 
function XEBindSocket SetStartTime (nTime) end
 
function XEBindSocket GetStartTime () end
 
function XEBindSocket GetBindInstanceForTemplateNode (pBindSocketIns) end
 

Variables

 XEBindSocket = {}
 

Function Documentation

◆ GetBindInstanceForTemplateNode()

function XEBindSocket GetBindInstanceForTemplateNode ( pBindSocketIns  )

获取实例关联的模板副本

Parameters
pBindSocketInsXEBindSocketInstance
Returns
XEBindSocket

◆ GetPhysicsAssetPath()

function XEBindSocket GetPhysicsAssetPath ( )

获取插槽绑定的物理资源路径

Returns
string

◆ GetPhysicsInfo()

function XEBindSocket GetPhysicsInfo ( )

获取插槽绑定资源的基本物理属性

Returns
XEBindSocket__XEPhysicsInfo

◆ GetPreviewingAssetPath()

function XEBindSocket GetPreviewingAssetPath ( )

获取插槽绑定的预览资源路径

Returns
string

◆ GetPreviewingAssetType()

function XEBindSocket GetPreviewingAssetType ( )

获取插槽预览资源类型

Returns
string

◆ GetPreviewingSeqAssetPath()

function XEBindSocket GetPreviewingSeqAssetPath ( )

获取插槽添加的预览动画资源路径

Returns
string

◆ GetPreviewingSeqAuto()

function XEBindSocket GetPreviewingSeqAuto ( )

获取插槽预览动画是否为自动播放模式

Returns
boolean

◆ GetPreviewingSeqInTurnsPlay()

function XEBindSocket GetPreviewingSeqInTurnsPlay ( )

获取插槽预览动画是否为按顺序播放模式

Returns
boolean

◆ GetPreviewingSeqLoop()

function XEBindSocket GetPreviewingSeqLoop ( )

获取插槽预览动画是否为循环播放模式

Returns
boolean

◆ GetPreviewingSeqPlayRate()

function XEBindSocket GetPreviewingSeqPlayRate ( )

获取插槽预览动画播放速率

Returns
number

◆ GetRelativeTransform()

function XEBindSocket GetRelativeTransform ( )

获取插槽相对父节点的矩阵信息

Returns
XETransform

◆ GetSoftBoneAssetPath()

function XEBindSocket GetSoftBoneAssetPath ( )

获取插槽绑定的软骨资源路径

Returns
string

◆ GetStartTime()

function XEBindSocket GetStartTime ( )

获取起始时间

Returns
number

◆ GetXEBone()

function XEBindSocket GetXEBone ( )

获取当前插槽节点依附的骨头节点指针,如果当前节点依附的是一个插槽,那么返回的是依附的插槽依附的骨头节点

Returns
XEBone

◆ IsEnablePreviewing()

function XEBindSocket IsEnablePreviewing ( )

判断是否需要预览组件属性,一般编辑器端使用

Returns
boolean

◆ new()

function XEBindSocket new ( )

@type number 静摩擦系数

@type number 刚体类型

XEBindSocket_new00

Returns
XEBindSocket

@type number 动摩擦系数 @type number 弹性系数 XEBindSocket_XEPhysicsMaterial_new00

Returns
XEBindSocket__XEPhysicsMaterial

@type boolean 是否开启重力影响 @type number 线速度阻尼系数, [0, X_MAX_FLT32] @type number 角速度阻尼系数, [0, X_MAX_FLT32] @type number 物体质量,单位kg @type boolean 是否开启了CCD属性(仅当Type为Dynamic时有效),高速物体应开启CCD来避免隧穿效应 @type XVECTOR3 线速度 @type XVECTOR3 角速度 @type XEBindSocket::XEPhysicsMaterial 物理材质属性 XEBindSocket_XEPhysicsInfo_new00

Returns
XEBindSocket__XEPhysicsInfo

◆ Release()

function XEBindSocket Release ( )

释放资源

Returns
void

◆ SetEnablePreviewing()

function XEBindSocket SetEnablePreviewing ( bEnable  )

设置是否需要预览组件属性,一般编辑器端使用

Parameters
bEnableboolean
Returns
void

◆ SetPhysicsAssetPath()

function XEBindSocket SetPhysicsAssetPath ( strPath  )

设置插槽绑定的物理资源路径

Parameters
strPathstring
Returns
void

◆ SetPhysicsInfo()

function XEBindSocket SetPhysicsInfo ( info  )

设置插槽的基本物理属性

Parameters
infoXEBindSocket::XEPhysicsInfo
Returns
void

◆ SetPreviewingAssetPath()

function XEBindSocket SetPreviewingAssetPath ( strPath  )

设置插槽绑定的预览资源路径

Parameters
strPathstring
Returns
void

◆ SetPreviewingAssetType()

function XEBindSocket SetPreviewingAssetType ( strType  )

设置插槽绑定的预览资源类型

Parameters
strTypestring
Returns
void

◆ SetPreviewingSeqAssetPath()

function XEBindSocket SetPreviewingSeqAssetPath ( strPath  )

设置插槽添加的预览动画资源路径

Parameters
strPathstring
Returns
void

◆ SetPreviewingSeqAuto()

function XEBindSocket SetPreviewingSeqAuto ( bAuto  )

设置插槽预览动画是否为自动播放模式

Parameters
bAutoboolean
Returns
void

◆ SetPreviewingSeqInTurnsPlay()

function XEBindSocket SetPreviewingSeqInTurnsPlay ( bInTurnsPlay  )

设置插槽预览动画是否为按顺序播放模式

Parameters
bInTurnsPlayboolean
Returns
void

◆ SetPreviewingSeqLoop()

function XEBindSocket SetPreviewingSeqLoop ( bLoop  )

设置插槽预览动画是否为循环播放模式

Parameters
bLoopboolean
Returns
void

◆ SetPreviewingSeqPlayRate()

function XEBindSocket SetPreviewingSeqPlayRate ( fPlayRate  )

设置插槽预览动画播放速率

Parameters
fPlayRatenumber
Returns
void

◆ SetSoftBoneAssetPath()

function XEBindSocket SetSoftBoneAssetPath ( strPath  )

设置插槽绑定的软骨资源路径

Parameters
strPathstring
Returns
void

◆ SetStartTime()

function XEBindSocket SetStartTime ( nTime  )

设置起始时间

Parameters
nTimenumber
Returns
void

Variable Documentation

◆ XEBindSocket