Click or drag to resize
TetrapodCharacterizationTemplateApplyTo Method
Applies the settings specified on this TetrapodCharacterizationTemplate to the specified tetrapod. The character is assumed to be in a neutral pose (e.g., T-Pose).

Namespace: Candlelight.Physics
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public void ApplyTo(
	TetrapodRagdoll tetrapod
)

Parameters

tetrapod
Type: Candlelight.PhysicsTetrapodRagdoll
A TetrapodRagdoll.
See Also