Click or drag to resize
TetrapodCharacterizationTemplateScaleLimb Method
Scales the collider size on the specified limb if it is not ; otherwise, scale is applied to the other limb.

Namespace: Candlelight.Physics
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
protected void ScaleLimb(
	RagdollPart limb,
	RagdollPart otherSide,
	Vector3 scale
)

Parameters

limb
Type: Candlelight.PhysicsRagdollPart
The limb to scale.
otherSide
Type: Candlelight.PhysicsRagdollPart
The limb to scale if the specified limb is null (and hence won't apply symmetry.
scale
Type: Vector3
The scale to apply to the Size property.
See Also