Click or drag to resize
RagdollPartSetPinningForceProfile Method
Sets the profile of the ratio of pinning-force-to-joint-angular-limits to apply at different normalized strength values to try to maintain target position.

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

Parameters

profile
Type: System.Collections.GenericIEnumerableKeyframe
Profile.
Remarks
The specified profile will retain its shape, but be normalized to the domain [0, 1]. The explicitly-defined values on the profile are clamped to the range [0, 1]. Values may still fall outside this range depending on their tangents.
See Also