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

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
)

Parameters

massPercentage
Type: SystemSingle
Mass percentage.
jointLimits
Type: Candlelight.PhysicsJointAngularLimits
Joint limits.
shapeType
Type: Candlelight.PhysicsShapeType
Shape type.
blendTime
Type: SystemSingle
Blend time.
See Also