Click or drag to resize
TetrapodCharacterizationTemplatePostprocessArbitraryChainColliders Method
Postprocesses the arbitrary chain colliders.

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

Parameters

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