Click or drag to resize
TetrapodRagdollCharacterize Method
Apply Collider, Joint, and Rigidbody properties to all PhysicalBody nodes defined on this instance using the specified template. If the template is , then DefaultCharacterizationTemplate will be used.

Namespace: Candlelight.Physics
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public void Characterize(
	TetrapodCharacterizationTemplate template
)

Parameters

template
Type: Candlelight.PhysicsTetrapodCharacterizationTemplate
Template.
See Also