Click or drag to resize
QuadrupedCharacterizationTemplateApplyShapeSizesAndCenters Method
Applies the shape sizes and centers to the supplied tetrapod. Override this method if you are working with non-equid quadrupeds.

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

Parameters

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