Click or drag to resize
RagdollRebuildChain Method
Rebuilds the specified chain to ensure its bodies are connected.

Namespace: Candlelight.Physics
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
protected RagdollPartChain RebuildChain(
	RagdollPartChain chain
)

Parameters

chain
Type: Candlelight.PhysicsRagdollPartChain
Chain.

Return Value

Type: RagdollPartChain
The chain with all its bodies connected.
See Also