Click or drag to resize
TetrapodCharacterizationTemplatePostprocessPesCollider Method
Postprocesses the pes collider.

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

Parameters

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