Click or drag to resize
RagdollPartMaxStrength Property
Gets or sets the max strength of this part.

Namespace: Candlelight.Physics
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public float MaxStrength { get; set; }

Property Value

Type: Single
The max strength of this part.
Remarks
Any values assigned to SetStrength(Single, RagdollPartSetStrengthMode) will be clamped by this property's value before applying any modifications to Joint properties.
See Also