Click or drag to resize
RagdollAnimatorUnbindRagdoll Method
Unbinds the ragdoll currently bound to this instance, returning its hierarchy to the state it was in when bound.

Namespace: Candlelight.Physics
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public void UnbindRagdoll(
	RagdollAnimatorUnbindMode unbindMode
)

Parameters

unbindMode
Type: Candlelight.PhysicsRagdollAnimatorUnbindMode
Specifies what should be done to the Rigidbodies on the ragdoll.
See Also