Click or drag to resize
RagdollPartGetImpactRecoverySpeedProfile Method
Gets the impact recovery speed profile.

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

Parameters

profile
Type: System.Collections.GenericListKeyframe
Profile.
Remarks

Specifies the speed at which this part recovers strength from impacts for different manually assigned strength values.

See Also