Click or drag to resize
RagdollPartGetImpactLayerStrengths Method
Gets the environment layers that will cause strength reduction upon impact, as well as the factor by which collision impulses will be multiplied when calculating strength reduction.

Namespace: Candlelight.Physics
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public void GetImpactLayerStrengths(
	ref Dictionary<int, float> impactLayerStrengths
)

Parameters

impactLayerStrengths
Type: System.Collections.GenericDictionaryInt32, Single
A table of layers that will cause strength reduction upon impact, as well as the factor by which collision impulses will be multiplied when calculating strength reduction.
See Also