Click or drag to resize
QuadrupedCharacterizationTemplatePostprocessPesCollider 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 override 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.
Remarks
In this class, this method actually postprocesses the pedal phalanges.
See Also