Click or drag to resize
TetrapodCharacterizationTemplateSetLinearVelocityForceProfile Method
Sets the shape of the linear velocity force profile for all RagdollParts in the character. Their values will be the specified profile multiplied by the character's total mass.

Namespace: Candlelight.Physics
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public void SetLinearVelocityForceProfile(
	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