Click or drag to resize
RagdollPartSetLinearDampingProfile Method
Sets the profile of damping 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 SetLinearDampingProfile(
	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].
See Also