Click or drag to resize
TetrapodCharacterizationTemplateApplyShapeTypeToChain Method
Applies the shape type specified in the settings to the bodies in the chain.

Namespace: Candlelight.Physics
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
protected void ApplyShapeTypeToChain(
	RagdollPartChain chain,
	TetrapodCharacterizationTemplateBodyPartSettings settings
)

Parameters

chain
Type: Candlelight.PhysicsRagdollPartChain
Chain.
settings
Type: Candlelight.PhysicsTetrapodCharacterizationTemplateBodyPartSettings
Settings.
See Also