AR_Engine_SDK
Functions | Variables
PFBoneValueElement.lua File Reference

Functions

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

Variables

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

Function Documentation

◆ new() [1/2]

function PFBoneValueElement new ( boneName  )

xelua_XEPinchFace_PFBoneValueElement_new00

Parameters
boneNamestring
Returns
PFBoneValueElement

◆ new() [2/2]

function PFBoneValueElement new ( bone  )

xelua_XEPinchFace_PFBoneValueElement_new01

Parameters
bonePFBoneValueElement
Returns
PFBoneValueElement

Variable Documentation

◆ boneName

PFBoneValueElement boneName = ''

@type string

◆ PFBoneValueElement

◆ positionValue

PFBoneValueElement positionValue = {}

@type XVECTOR3

◆ rotateValue

PFBoneValueElement rotateValue = {}

@type XVECTOR3

◆ scaleValue

PFBoneValueElement scaleValue = {}

@type XVECTOR3