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

Functions

function XEAttachRules new (InRule, bInWeldSimulatedBodies) end
 
function XEAttachRules new (InLocationRule, InRotationRule, InScaleRule, bInWeldSimulatedBodies) end
 
function XEDetachmentTransformRules new (InRule, bInCallModify) end
 
function XEDetachmentTransformRules new (InLocationRule, InRotationRule, InScaleRule, bInCallModify) end
 
function XEDetachmentTransformRules new (AttachmentRules, bInCallModify) end
 

Variables

 XEAttachRules = {}
 
XEAttachRules KeepRelativeTransform = {}
 @type XEAttachRules @readonly More...
 
XEAttachRules KeepWorldTransform = {}
 @type XEAttachRules @readonly More...
 
XEAttachRules SnapToTargetNotIncludingScale = {}
 @type XEAttachRules @readonly More...
 
XEAttachRules SnapToTargetIncludingScale = {}
 @type XEAttachRules @readonly More...
 
XEAttachRules KeepRelative = 0
 
XEAttachRules KeepWorld = 0
 
XEAttachRules SnapToTarget = 0
 
XEAttachRules FollowNone = 0
 
XEAttachRules FollowTraslationX = 0
 
XEAttachRules FollowTraslationY = 0
 
XEAttachRules FollowTraslationZ = 0
 
XEAttachRules FollowTraslation = 0
 
XEAttachRules FollowRotationAxisX = 0
 
XEAttachRules FollowRotationAxisY = 0
 
XEAttachRules FollowRotationAxisZ = 0
 
XEAttachRules FollowRotation = 0
 
XEAttachRules FollowScaleX = 0
 
XEAttachRules FollowScaleY = 0
 
XEAttachRules FollowScaleZ = 0
 
XEAttachRules FollowScale = 0
 
XEAttachRules FollowAll = 0
 

Function Documentation

◆ new() [1/5]

function XEAttachRules new ( InRule  ,
bInWeldSimulatedBodies   
)

XEAttachRules_new00

Parameters
InRulenumber
bInWeldSimulatedBodiesboolean
Returns
XEAttachRules

◆ new() [2/5]

function XEAttachRules new ( InLocationRule  ,
InRotationRule  ,
InScaleRule  ,
bInWeldSimulatedBodies   
)

XEAttachRules_new01

Parameters
InLocationRulenumber
InRotationRulenumber
InScaleRulenumber
bInWeldSimulatedBodiesboolean
Returns
XEAttachRules

◆ new() [3/5]

function XEDetachmentTransformRules new ( InRule  ,
bInCallModify   
)

XEDetachmentTransformRules_new00

Parameters
InRulenumber
bInCallModifyboolean
Returns
XEDetachmentTransformRules

◆ new() [4/5]

function XEDetachmentTransformRules new ( InLocationRule  ,
InRotationRule  ,
InScaleRule  ,
bInCallModify   
)

XEDetachmentTransformRules_new01

Parameters
InLocationRulenumber
InRotationRulenumber
InScaleRulenumber
bInCallModifyboolean
Returns
XEDetachmentTransformRules

◆ new() [5/5]

function XEDetachmentTransformRules new ( AttachmentRules  ,
bInCallModify   
)

XEDetachmentTransformRules_new02

Parameters
AttachmentRulesXEDetachmentTransformRules
bInCallModifyboolean
Returns
XEDetachmentTransformRules

Variable Documentation

◆ FollowAll

XEAttachRules FollowAll = 0

◆ FollowNone

XEAttachRules FollowNone = 0

◆ FollowRotation

XEAttachRules FollowRotation = 0

◆ FollowRotationAxisX

XEAttachRules FollowRotationAxisX = 0

◆ FollowRotationAxisY

XEAttachRules FollowRotationAxisY = 0

◆ FollowRotationAxisZ

XEAttachRules FollowRotationAxisZ = 0

◆ FollowScale

XEAttachRules FollowScale = 0

◆ FollowScaleX

XEAttachRules FollowScaleX = 0

◆ FollowScaleY

XEAttachRules FollowScaleY = 0

◆ FollowScaleZ

XEAttachRules FollowScaleZ = 0

◆ FollowTraslation

XEAttachRules FollowTraslation = 0

◆ FollowTraslationX

XEAttachRules FollowTraslationX = 0

◆ FollowTraslationY

XEAttachRules FollowTraslationY = 0

◆ FollowTraslationZ

XEAttachRules FollowTraslationZ = 0

◆ KeepRelative

XEAttachRules KeepRelative = 0

◆ KeepRelativeTransform

XEAttachRules KeepRelativeTransform = {}

@type XEAttachRules @readonly

◆ KeepWorld

XEAttachRules KeepWorld = 0

◆ KeepWorldTransform

XEAttachRules KeepWorldTransform = {}

@type XEAttachRules @readonly

◆ SnapToTarget

XEAttachRules SnapToTarget = 0

◆ SnapToTargetIncludingScale

XEAttachRules SnapToTargetIncludingScale = {}

@type XEAttachRules @readonly

◆ SnapToTargetNotIncludingScale

XEAttachRules SnapToTargetNotIncludingScale = {}

@type XEAttachRules @readonly

◆ XEAttachRules