Click or drag to resize
TetrapodCharacterizationTemplateEvenlyDistributeAngularLimits Method
Evenly distributes the supplied angular limits throughout the list of parts.

Namespace: Candlelight.Physics
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
protected void EvenlyDistributeAngularLimits(
	List<RagdollPart> parts,
	JointAngularLimits angularLimits
)

Parameters

parts
Type: System.Collections.GenericListRagdollPart
Parts.
angularLimits
Type: Candlelight.PhysicsJointAngularLimits
Angular limits.
See Also