Click or drag to resize
RagdollPartGetLinearPositionForceProfile Method
Gets the profile of force the Joint should use at different normalized strength values when achieving its target linear position on all axes, if applicable.

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

Parameters

profile
Type: System.Collections.GenericListKeyframe
Profile.
See Also