Click or drag to resize
TheropodCharacterizationTemplateApplyJointAxes Method
Applies the joint axes and axis reflection modes to the supplied theropod. Override this method if your joint axes have different meanings from the defaults, or you do not assume the character is a large, non-avian theropod.

Namespace: Candlelight.Physics
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
protected override void ApplyJointAxes(
	TetrapodRagdoll tetrapod
)

Parameters

tetrapod
Type: Candlelight.PhysicsTetrapodRagdoll
A TetrapodRagdoll that is fully connected and symmetry mapped.
See Also