Click or drag to resize
TetrapodCharacterizationTemplateDistributeArbitraryChainAngularLimits Method
Distributes the arbitrary chain angular limits. Override this method if you want an uneven distribution.

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

Parameters

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