Click or drag to resize
RagdollPartGetImpactTransmissionProfile Method
Gets the impact transmission profile.

Namespace: Candlelight.Physics
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public void GetImpactTransmissionProfile(
	ref List<Keyframe> profile
)

Parameters

profile
Type: System.Collections.GenericListKeyframe
Profile.
Remarks
This profile specifies what portion of the strength reduction from impacts should be propagated to connected parts at each distance.
See Also