Click or drag to resize
TetrapodCharacterizationTemplateGetLinearVelocityForceProfile Method
Gets the profile of force the Joints should use at different normalized strength values when achieving their target linear velocity on all axes, if applicable, scaled by the inverse of the character's mass.

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

Parameters

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