Click or drag to resize
TetrapodCharacterizationTemplateApplySettingsToArbitraryChains Method
Applies arbitrary chain settings to the corresponding chain in the tetrapod, if it exists.

Namespace: Candlelight.Physics
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
protected void ApplySettingsToArbitraryChains(
	TetrapodRagdoll tetrapod,
	TetrapodCharacterizationTemplateChainSettingsSetter applySettings
)

Parameters

tetrapod
Type: Candlelight.PhysicsTetrapodRagdoll
A TetrapodRagdoll that is fully connected and symmetry mapped.
applySettings
Type: Candlelight.PhysicsTetrapodCharacterizationTemplateChainSettingsSetter
Apply settings.
See Also