Click or drag to resize
QuadrupedCharacterizationTemplateApplyJointAxes Method
Applies the joint axes and axis reflection modes to the supplied quadruped. Override this method if your joint axes have different meanings from the defaults, or you do not assume the character is an equid.

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