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

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

Parameters

part
Type: Candlelight.PhysicsRagdollPart
A RagdollPart in the Ragdoll definition.

Return Value

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