Click or drag to resize
TetrapodCharacterizationTemplateDistributeSpineAngularLimits Method
Distributes the spine 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 DistributeSpineAngularLimits(
	List<RagdollPart> parts,
	JointAngularLimits angularLimits
)

Parameters

parts
Type: System.Collections.GenericListRagdollPart
Parts in the spine chain.
angularLimits
Type: Candlelight.PhysicsJointAngularLimits
Angular limits.
See Also