Click or drag to resize
ArbitraryRagdollAnimatorMapHierarchies Method
Map the animator and ragdoll hierarchies to each other.

Namespace: Candlelight.Physics
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
protected override void MapHierarchies(
	Dictionary<Transform, RagdollPart> animatedToRagdollMap,
	Dictionary<RagdollPart, Transform> ragdollToAnimatedMap
)

Parameters

animatedToRagdollMap
Type: System.Collections.GenericDictionaryTransform, RagdollPart
Animated to ragdoll map.
ragdollToAnimatedMap
Type: System.Collections.GenericDictionaryRagdollPart, Transform
Ragdoll to animated map.
See Also