Click or drag to resize
TetrapodCharacterizationTemplatePostprocessNeckColliders Method
Postprocesses the neck colliders.

Namespace: Candlelight.Physics
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
protected virtual void PostprocessNeckColliders(
	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