Click or drag to resize
TetrapodCharacterizationTemplateBodyPartSettingsGetCenterOfMassParameter Method
Gets the center of mass parameter.

Namespace: Candlelight.Physics
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public bool GetCenterOfMassParameter(
	out float parameter
)

Parameters

parameter
Type: SystemSingle
A normalized value specifying the center of mass down the length of the limb. 0.0 is proximal, 1.0 is distal.

Return Value

Type: Boolean
if using explicit center of mass; otherwise, .
See Also