Click or drag to resize
TetrapodCharacterizationTemplatePostprocessShoulderCollider Method
Postprocesses the shoulder collider.

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

Parameters

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