Click or drag to resize
RagdollAnimatorGetGroundingBodies Method
Gets a set 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 GetGroundingBodies(
	ref Dictionary<Transform, float> groundingBodies
)

Parameters

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