Click or drag to resize
TetrapodCharacterizationTemplateBodyPartSettings Constructor (Single, JointAngularLimits, ShapeType, Single, Single, Boolean)

Namespace: Candlelight.Physics
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public BodyPartSettings(
	float massPercentage,
	JointAngularLimits jointLimits,
	ShapeType shapeType,
	float blendTime,
	float centerOfMassParameter,
	bool isCenterOfMassExplicit = true
)

Parameters

massPercentage
Type: SystemSingle
Mass percentage.
jointLimits
Type: Candlelight.PhysicsJointAngularLimits
Joint limits.
shapeType
Type: Candlelight.PhysicsShapeType
Shape type.
blendTime
Type: SystemSingle
Blend time.
centerOfMassParameter
Type: SystemSingle
Center of mass parameter.
isCenterOfMassExplicit (Optional)
Type: SystemBoolean
If set to then the center of mass value will be used.
See Also