Click or drag to resize
RagdollAnimatorGetRagdollPart Method
For the specified Transform, get the corresponding RagdollPart in the physical hierarchy.

Namespace: Candlelight.Physics
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public RagdollPart GetRagdollPart(
	Transform animatedBody
)

Parameters

animatedBody
Type: Transform
A Transform in the RagdollAnimator definition.

Return Value

Type: RagdollPart
The ragdoll part corresponding to the specified Transform, if any; otherwise, .
See Also