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

函数

function PFBoneValueElement new (boneName) end
 
function PFBoneValueElement new (bone) end
 

变量

 PFBoneValueElement = {}
 
PFBoneValueElement boneName = ''
 @type string
 
PFBoneValueElement positionValue = {}
 @type XVECTOR3
 
PFBoneValueElement rotateValue = {}
 @type XVECTOR3
 
PFBoneValueElement scaleValue = {}
 @type XVECTOR3
 

函数说明

◆ new() [1/2]

function PFBoneValueElement new ( bone  )

xelua_XEPinchFace_PFBoneValueElement_new01

参数
bonePFBoneValueElement
返回
PFBoneValueElement

◆ new() [2/2]

function PFBoneValueElement new ( boneName  )

xelua_XEPinchFace_PFBoneValueElement_new00

参数
boneNamestring
返回
PFBoneValueElement

变量说明

◆ boneName

PFBoneValueElement boneName = ''

@type string

◆ PFBoneValueElement

◆ positionValue

PFBoneValueElement positionValue = {}

@type XVECTOR3

◆ rotateValue

PFBoneValueElement rotateValue = {}

@type XVECTOR3

◆ scaleValue

PFBoneValueElement scaleValue = {}

@type XVECTOR3