Click or drag to resize
RagdollAnimatorBindRagdoll Method
Binds the ragdoll to this RagdollAnimator. Its hierarchy will be flattened when it is bound.

Namespace: Candlelight.Physics
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
protected void BindRagdoll(
	Ragdoll ragdoll
)

Parameters

ragdoll
Type: Candlelight.PhysicsRagdoll
Ragdoll.
See Also