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

Functions

function XEBodyJointInstance new (pComponent) end
 
function XEBodyJointInstance GetTypeName () end
 
function XEBodyJointInstance RenderPivotPoint () end
 @type string @readonly More...
 
function XEBodyJointInstance Serialize (pEleParent) end
 
function XEBodyJointInstance Deserialize (pEleComponent, pNodeMgr) end
 
function XEBodyJointInstance GetPivotPoint () end
 
function XEBodyJointInstance GetBodyScaleFactor () end
 

Variables

 XEBodyJointInstance = {}
 

Function Documentation

◆ Deserialize()

function XEBodyJointInstance Deserialize ( pEleComponent  ,
pNodeMgr   
)

XEBodyJointInstance_Deserialize00

Parameters
pEleComponentXMLElement
pNodeMgrXETreeNode::Manager
Returns
void

◆ GetBodyScaleFactor()

function XEBodyJointInstance GetBodyScaleFactor ( )

XEBodyJointInstance_GetBodyScaleFactor00

Returns
XVECTOR3

◆ GetPivotPoint()

function XEBodyJointInstance GetPivotPoint ( )

XEBodyJointInstance_GetPivotPoint00

Returns
XVECTOR2

◆ GetTypeName()

function XEBodyJointInstance GetTypeName ( )

XEBodyJointInstance_GetTypeName00

Returns
string

◆ new()

function XEBodyJointInstance new ( pComponent  )

XEBodyJointInstance_new00

Parameters
pComponentXEActorComponent
Returns
XEBodyJointInstance

◆ RenderPivotPoint()

function XEBodyJointInstance RenderPivotPoint ( )

@type string @readonly

XEBodyJointInstance_RenderPivotPoint00

Returns
void

◆ Serialize()

function XEBodyJointInstance Serialize ( pEleParent  )

XEBodyJointInstance_Serialize00

Parameters
pEleParentXMLElement
Returns
XMLElement

Variable Documentation

◆ XEBodyJointInstance