Click or drag to resize
TetrapodCharacterizationTemplatePostprocessTailColliders Method
Postprocesses the colliders on the arbitrary chain identified with TailIdentifier.

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

Parameters

tetrapod
Type: Candlelight.PhysicsTetrapodRagdoll
A TetrapodRagdoll that is fully connected and symmetry mapped.
tetrapodBounds
Type: Bounds
Tetrapod bounds.
tail
Type: Candlelight.PhysicsRagdollPartChain
The tail.
settings
Type: Candlelight.PhysicsTetrapodCharacterizationTemplateBodyPartSettings
The settings for the tail.
See Also