Click or drag to resize
TetrapodCharacterizationTemplateApplyCenterOfMassParametersToBasicParts Method
Applies the center of mass parameters to all non-chain parts. Override this method if you need to interpret them differently from the default mode.

Namespace: Candlelight.Physics
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
protected virtual void ApplyCenterOfMassParametersToBasicParts(
	TetrapodRagdoll tetrapod
)

Parameters

tetrapod
Type: Candlelight.PhysicsTetrapodRagdoll
A TetrapodRagdoll that is fully connected and symmetry mapped.
See Also