 | 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.PhysicsAssembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntaxpublic 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