Click or drag to resize
RagdollPartSetStrengthMode Enumeration
An enum to describe how strength changes should be applied.

Namespace: Candlelight.Physics
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public enum SetStrengthMode
Members
  Member nameValueDescription
ForceUpdate0 Using this setting, all of the appropriate properties of Joint will be guaranteed to be updated. This mode is more expensive, but ensures the correct behavior is always enforced.
Lazy1 Using this setting, appropriate properties of Joint will only be updated if the value of Strength has changed.
See Also