Click or drag to resize
TetrapodRagdollDefaultCharacterizationTemplate Property
Gets the default template to be used when Characterize(TetrapodCharacterizationTemplate) is called and no template is supplied.

Namespace: Candlelight.Physics
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public virtual TetrapodCharacterizationTemplate DefaultCharacterizationTemplate { get; }

Property Value

Type: TetrapodCharacterizationTemplate
The default characterization template.
See Also