Click or drag to resize
RagdollAnimatorSetGroundingBodies Method
Sets a table of animated bodies and associated minimum strength values. By default, if any one of these parts falls below its minimum strength while contacting a ground layer then the full hierarchy will enter a ragdoll state.

Namespace: Candlelight.Physics
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public void SetGroundingBodies(
	Dictionary<Transform, float> groundingBodies
)

Parameters

groundingBodies
Type: System.Collections.GenericDictionaryTransform, Single
Grounding bodies.
See Also